From: Guillermo Roditi Date: Tue, 13 Nov 2007 18:51:12 +0000 (+0000) Subject: changes for 0_44 X-Git-Tag: 0_46~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=544143b2f61cc67252810d54e8dc595738d9cd41;p=gitmo%2FClass-MOP.git changes for 0_44 --- diff --git a/Changes b/Changes index 5766284..1c733b6 100644 --- 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) diff --git a/MANIFEST b/MANIFEST index c7ad209..bf8da30 100644 --- 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 diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 7af830e..da5b66e 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,5 +1,6 @@ ^_build ^Build$ +^Build.PL$ ^blib ~$ \.bak$ diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 1a6a603..98228e8 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -13,7 +13,7 @@ use Class::MOP::Method; use Class::MOP::Immutable; -our $VERSION = '0.43'; +our $VERSION = '0.44'; our $AUTHORITY = 'cpan:STEVAN'; {