Update to 0.34.
Changes: http://search.cpan.org/dist/Mouse/Changes Feature safe: yes
This commit is contained in:
parent
f3408e4b28
commit
9127de6cdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242074
3 changed files with 9 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Mouse
|
||||
PORTVERSION= 0.33
|
||||
PORTVERSION= 0.34
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/G/GF/GFUJI
|
||||
|
@ -20,13 +20,17 @@ PERL_CONFIGURE= 5.8.5+
|
|||
MAN3= Mouse.3 \
|
||||
Mouse::Meta::Attribute.3 \
|
||||
Mouse::Meta::Class.3 \
|
||||
Mouse::Meta::Method.3 \
|
||||
Mouse::Meta::Module.3 \
|
||||
Mouse::Meta::Role.3 \
|
||||
Mouse::Meta::Role::Method.3 \
|
||||
Mouse::Meta::TypeConstraint.3 \
|
||||
Mouse::Object.3 \
|
||||
Mouse::Role.3 \
|
||||
Mouse::Util.3 \
|
||||
Mouse::Util::TypeConstraints.3 \
|
||||
Squirrel.3 \
|
||||
Squirrel::Role.3 \
|
||||
ouse.3
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Mouse-0.33.tar.gz) = 84b0f7b6b87536aa7a36b78e7804a0b6
|
||||
SHA256 (Mouse-0.33.tar.gz) = c880bb63abb5522d0ee1d2ec76758da3a9396f2de29ed39d14a58e745391804d
|
||||
SIZE (Mouse-0.33.tar.gz) = 134368
|
||||
MD5 (Mouse-0.34.tar.gz) = 7ebc59b965e96b0977252ea98c551268
|
||||
SHA256 (Mouse-0.34.tar.gz) = 1cc35eb3a5ca6108e099f671cbe4e6d79299c1f553f223143e758d66dd298b64
|
||||
SIZE (Mouse-0.34.tar.gz) = 126350
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
%%SITE_PERL%%/Mouse/Meta/TypeConstraint.pm
|
||||
%%SITE_PERL%%/Mouse/Object.pm
|
||||
%%SITE_PERL%%/Mouse/Role.pm
|
||||
%%SITE_PERL%%/Mouse/Spec.pm
|
||||
%%SITE_PERL%%/Mouse/Tiny.pm
|
||||
%%SITE_PERL%%/Mouse/TypeRegistry.pm
|
||||
%%SITE_PERL%%/Mouse/Util.pm
|
||||
|
|
Loading…
Reference in a new issue