Update to 0.20
Upstream changes: 0.20 2014-09-06 23:04:12Z - Moose earlier than 2.0300 had a broken ->does method, which called methods on a class's meta when it might not be initialized (RT#98424) 0.19 2014-06-17 04:57:07Z - more comprehensive testing with Moo/Mouse/Moose - fixed cleaning of constants 0.18 2014-06-14 20:12:59Z - better method detection for Mouse (github #4, Graham Knop) 0.17 2014-06-10 20:13:14Z - Add -except to import options. This allows you to explicitly not clean a sub. (github #3, Dave Rolsky) 0.16 2014-05-27 04:50:22Z (TRIAL RELEASE) - Changed the code to no longer _require_ Class::MOP. If your class is not a Moose class then we don't load Class::MOP. This was particularly problematic for Moo classes. Using namespace::autoclean with a Moo class "upgraded" it to be a Moose class. - Using this module broke overloading in a class. Reported by Chris Weyl. (RT#50938) 0.15 2013-12-14 17:47:21Z - update configure_requires checking in Makefile.PL, add CONTRIBUTING file 0.14 2013-10-09 03:06:00Z - bump dependency on B::Hooks::EndOfScope, to get the separation of pure-perl and XS components (RT#89245) - repository migrated to the github moose organization
This commit is contained in:
parent
f6f18ffb88
commit
7a445c7df3
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.13 2014/05/29 23:36:28 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2014/11/01 07:22:41 wen Exp $
|
||||
|
||||
DISTNAME= namespace-autoclean-0.13
|
||||
DISTNAME= namespace-autoclean-0.20
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=namespace/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2011/12/14 11:02:00 hiramatsu Exp $
|
||||
$NetBSD: distinfo,v 1.6 2014/11/01 07:22:41 wen Exp $
|
||||
|
||||
SHA1 (namespace-autoclean-0.13.tar.gz) = 85a82fc0ade63dd46d438968a4c1a8c38f2b172f
|
||||
RMD160 (namespace-autoclean-0.13.tar.gz) = c3e8e5979ac3aae520236b2f328fa44c3506d106
|
||||
Size (namespace-autoclean-0.13.tar.gz) = 12954 bytes
|
||||
SHA1 (namespace-autoclean-0.20.tar.gz) = 2eebed93c572323c8d255d25077533e277d6b9bd
|
||||
RMD160 (namespace-autoclean-0.20.tar.gz) = b12cbc507dbc4ff988706f9e63bf29ae62556cb5
|
||||
Size (namespace-autoclean-0.20.tar.gz) = 35858 bytes
|
||||
|
|
Loading…
Reference in a new issue