Update to 7.42.
- Improved Mojo::Base role support with shorthands. MyClass->with_roles('MyClass::Role::Foo') becomes MyClass->with_roles('+Foo')
This commit is contained in:
parent
c58a42f627
commit
77f6363986
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448099
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Mojolicious
|
||||
PORTVERSION= 7.41
|
||||
PORTVERSION= 7.42
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1502897100
|
||||
SHA256 (Mojolicious-7.41.tar.gz) = af2da705e0149b167cd96decd4c3231498d630798b1bad59999f4764ba627cbc
|
||||
SIZE (Mojolicious-7.41.tar.gz) = 685706
|
||||
TIMESTAMP = 1502977209
|
||||
SHA256 (Mojolicious-7.42.tar.gz) = d9d6b0e95f4ec4023f11de3f546b8dca4c7b421c13960cda80eae2b3b74f6871
|
||||
SIZE (Mojolicious-7.42.tar.gz) = 686050
|
||||
|
|
Loading…
Reference in a new issue