0.56
Stevan Little [Sun, 25 May 2008 03:11:41 +0000 (03:11 +0000)]
Changes
MANIFEST
lib/Class/MOP/Attribute.pm

diff --git a/Changes b/Changes
index 5a36334..0f94ac5 100644 (file)
--- 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
index 2b8b135..ec2a04b 100644 (file)
--- 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
index 6ccf691..8d3fe04 100644 (file)
@@ -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';