diff options
author | wen <wen@pkgsrc.org> | 2014-07-13 10:16:20 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-07-13 10:16:20 +0000 |
commit | b99f56c9678331da793ccb71edfe9882438453c9 (patch) | |
tree | bca36873973625ab898b23151a28a8ec45d1e842 /devel | |
parent | af32fdc0723cd2bae268f6f54a4911af17612c8e (diff) | |
download | pkgsrc-b99f56c9678331da793ccb71edfe9882438453c9.tar.gz |
Update to 0.29
Upstream changes:
0.29 2013-11-15 02:31:46Z
* change docs to recommending using a role to grant Inheritable behaviour
rather than a superclass, and changed tests to match
* converted all uses of namespace::clean to namespace::autoclean
* converted all uses of Test::Exception to Test::Fatal
* repository migrated to the github moose organization
0.28 2012-09-04 03:28:26Z
* RT#79385: Import Carp::croak into the right package (spotted by Bill
Moseley)
0.27 2012-02-13 18:28:00Z
* Fix issue with new Moose and new Module::Runtime where Moose
functions were not getting correctly exported to the users of
this module.
0.26 2012-01-13 12:06:00Z
* Fix packages relying on ->meta->make_immutable to return true.
This should work, but doesn't in some occasional circumstances.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-MooseX-MethodAttributes/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-MooseX-MethodAttributes/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-MooseX-MethodAttributes/Makefile b/devel/p5-MooseX-MethodAttributes/Makefile index 2fe63dabcb8..886110fa271 100644 --- a/devel/p5-MooseX-MethodAttributes/Makefile +++ b/devel/p5-MooseX-MethodAttributes/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2014/05/29 23:36:07 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/07/13 10:16:20 wen Exp $ -DISTNAME= MooseX-MethodAttributes-0.25 +DISTNAME= MooseX-MethodAttributes-0.29 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} diff --git a/devel/p5-MooseX-MethodAttributes/distinfo b/devel/p5-MooseX-MethodAttributes/distinfo index 456a5244a3a..c0cfc196904 100644 --- a/devel/p5-MooseX-MethodAttributes/distinfo +++ b/devel/p5-MooseX-MethodAttributes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2011/11/11 22:52:21 hiramatsu Exp $ +$NetBSD: distinfo,v 1.12 2014/07/13 10:16:20 wen Exp $ -SHA1 (MooseX-MethodAttributes-0.25.tar.gz) = 4b6c88f71378c8d86d1da8a6164922b8499a03c6 -RMD160 (MooseX-MethodAttributes-0.25.tar.gz) = e61dc9043fc5aa8e69b5e1e057179751cbe2a6d8 -Size (MooseX-MethodAttributes-0.25.tar.gz) = 22795 bytes +SHA1 (MooseX-MethodAttributes-0.29.tar.gz) = 8fbd51260e53acad310aed248fdd0e7394d4cf13 +RMD160 (MooseX-MethodAttributes-0.29.tar.gz) = 01c50503cd2d619da09bef418267331ec7d5f092 +Size (MooseX-MethodAttributes-0.29.tar.gz) = 33301 bytes |