updating version and CHanges
Stevan Little [Fri, 3 Feb 2006 16:14:35 +0000 (16:14 +0000)]
Changes
lib/Class/MOP.pm

diff --git a/Changes b/Changes
index b4116b3..5b7d686 100644 (file)
--- 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/*
index 726f54d..4d55f82 100644 (file)
@@ -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;