From: Stevan Little Date: Fri, 3 Feb 2006 16:14:35 +0000 (+0000) Subject: updating version and CHanges X-Git-Tag: 0_04~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f71f4295cc3444f5d1f39d861ba14d6b99973c6d;p=gitmo%2FClass-MOP.git updating version and CHanges --- diff --git a/Changes b/Changes index b4116b3..5b7d686 100644 --- a/Changes +++ b/Changes @@ -7,9 +7,12 @@ Revision history for Perl extension Class-MOP. - refactored method generation code - attributes are now associated with class directly - * examples + * examples/ - refactored the InsideOut example to take advantage of the Class::MOP::Attribute refactoring + - changed example files to .pod files and hide thier + package names from PAUSE (I don't want to own these + namespaces really, they are just examples) 0.02 Thurs Feb. 2, 2006 - moving examples from t/lib/* to examples/* diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index 726f54d..4d55f82 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -11,7 +11,7 @@ use Class::MOP::Class; use Class::MOP::Attribute; use Class::MOP::Method; -our $VERSION = '0.02'; +our $VERSION = '0.03'; sub import { shift;