Release 0.10004 v0.10004
Peter Rabbitson [Mon, 28 Nov 2011 21:20:56 +0000 (22:20 +0100)]
Changes
lib/Class/Accessor/Grouped.pm

diff --git a/Changes b/Changes
index 715ae57..4202745 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Class::Accessor::Grouped.
 
+0.10004 2011-11-28 21:20 (UTC)
     - No longer leak internal __CAG* methods into the inheritable
       namespace
 
index 423042c..a1da462 100644 (file)
@@ -13,7 +13,7 @@ BEGIN {
   }
 }
 
-our $VERSION = '0.10003';
+our $VERSION = '0.10004';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 # when changing minimum version don't forget to adjust L</PERFORMANCE> and