From: Stevan Little Date: Sun, 25 May 2008 03:11:41 +0000 (+0000) Subject: 0.56 X-Git-Tag: 0_64~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b4009dc1e31303c02e243bdd40e221db77c2758c;p=gitmo%2FClass-MOP.git 0.56 --- diff --git a/Changes b/Changes index 5a36334..0f94ac5 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Class-MOP. -0.56 +0.56 Saturday, May 24, 2008 * Class::MOP - we now get the &check_package_cache_flag function from MRO::Compat diff --git a/MANIFEST b/MANIFEST index 2b8b135..ec2a04b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -9,7 +9,6 @@ examples/LazyClass.pod examples/Perl6Attribute.pod inc/Module/Install.pm inc/Module/Install/Base.pm -inc/Module/Install/Build.pm inc/Module/Install/Can.pm inc/Module/Install/Fetch.pm inc/Module/Install/Makefile.pm diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 6ccf691..8d3fe04 100644 --- a/lib/Class/MOP/Attribute.pm +++ b/lib/Class/MOP/Attribute.pm @@ -9,7 +9,7 @@ use Class::MOP::Method::Accessor; use Carp 'confess'; use Scalar::Util 'blessed', 'reftype', 'weaken'; -our $VERSION = '0.24'; +our $VERSION = '0.25'; our $AUTHORITY = 'cpan:STEVAN'; use base 'Class::MOP::Object';