Update to 7.24.
- Added open method to Mojo::File. - Added tempfile function to Mojo::File. - Fixed bug in Mojo::Asset::File where the slurp method would not work correctly for very large files.
This commit is contained in:
parent
2e1afcdb37
commit
e103974a80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433468
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Mojolicious
|
||||
PORTVERSION= 7.23
|
||||
PORTVERSION= 7.24
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1485754072
|
||||
SHA256 (Mojolicious-7.23.tar.gz) = 4239142fdd1a068e23132324d1057425b90e04e1a7ce59765a91a27a17789251
|
||||
SIZE (Mojolicious-7.23.tar.gz) = 667914
|
||||
TIMESTAMP = 1486338507
|
||||
SHA256 (Mojolicious-7.24.tar.gz) = 242fa4f1274276e19d5466ca7efe3eed90b8b87db00510fea30a8c8d76a8216f
|
||||
SIZE (Mojolicious-7.24.tar.gz) = 668579
|
||||
|
|
Loading…
Reference in a new issue