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.
This commit is contained in:
parent
45036e7205
commit
20cce6bc56
2 changed files with 6 additions and 7 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue