changes for 0_44
Guillermo Roditi [Tue, 13 Nov 2007 18:51:12 +0000 (18:51 +0000)]
Changes
MANIFEST
MANIFEST.SKIP
lib/Class/MOP.pm

diff --git a/Changes b/Changes
index 5766284..1c733b6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Class-MOP.
 
+0.44 Thurs. Nov. 13, 2007
+    - Apparently I didn't make dist correctly (groditi)
+
 0.43 Thurs. Nov. 13, 2007
     * Class::MOP
       - Add support for the 'builder' attribute (groditi)
index c7ad209..bf8da30 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,3 @@
-Build.PL
 Changes
 examples/ArrayBasedStorage.pod
 examples/AttributesWithHistory.pod
@@ -10,6 +9,7 @@ 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 7af830e..da5b66e 100644 (file)
@@ -1,5 +1,6 @@
 ^_build
 ^Build$
+^Build.PL$
 ^blib
 ~$
 \.bak$
index 1a6a603..98228e8 100644 (file)
@@ -13,7 +13,7 @@ use Class::MOP::Method;
 
 use Class::MOP::Immutable;
 
-our $VERSION   = '0.43';
+our $VERSION   = '0.44';
 our $AUTHORITY = 'cpan:STEVAN';
 
 {