- updated to 0.07
ChangeLog: 0.07 09/27/2009 Start adding support for non-Moose destructors. Destructor inlining isn't supported yet, since Moose isn't quite flexible enough there for it to be more than an annoying hack, but this should still work with immutable classes anyway. 0.06 09/27/2009 defining a custom constructor in a class using mx-nonmoose now works use a less broken test for whether or not a superclass has an inlined constructor (fixes issue uncovered by fixes to Moose's metaclass compatibility fixing)
This commit is contained in:
parent
974f10bc8d
commit
fa522569e1
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.2 2009/09/24 06:50:14 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2009/10/12 21:59:45 rhaen Exp $
|
||||
#
|
||||
|
||||
DISTNAME= MooseX-NonMoose-0.05
|
||||
DISTNAME= MooseX-NonMoose-0.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/08/19 20:53:10 seb Exp $
|
||||
$NetBSD: distinfo,v 1.2 2009/10/12 21:59:45 rhaen Exp $
|
||||
|
||||
SHA1 (MooseX-NonMoose-0.05.tar.gz) = 75a54fa5b1d6fafd4c5745ca727b79c4e69ba178
|
||||
RMD160 (MooseX-NonMoose-0.05.tar.gz) = e73967bd54a4ad9dd94e8bf19460f219980144b7
|
||||
Size (MooseX-NonMoose-0.05.tar.gz) = 15564 bytes
|
||||
SHA1 (MooseX-NonMoose-0.07.tar.gz) = 6fff503ba588a3b0bc9ddd8b578bd532b5e6b143
|
||||
RMD160 (MooseX-NonMoose-0.07.tar.gz) = c1dcd5ca09e359ae3f506814b1f9f44d975dedca
|
||||
Size (MooseX-NonMoose-0.07.tar.gz) = 16710 bytes
|
||||
|
|
Loading…
Reference in a new issue