Release 0.10009 v0.10009
Peter Rabbitson [Thu, 15 Nov 2012 18:50:50 +0000 (19:50 +0100)]
Changes
lib/Class/Accessor/Grouped.pm

diff --git a/Changes b/Changes
index 63a86a5..cb14304 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Class::Accessor::Grouped.
 
+0.10009 2012-11-15 18:51 (UTC)
     - Stop leaking extra methods into the inheritance chain - there
       are plenty already
 
index 3096b21..bc379d7 100644 (file)
@@ -15,7 +15,7 @@ BEGIN {
   }
 }
 
-our $VERSION = '0.10008';
+our $VERSION = '0.10009';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 # when changing minimum version don't forget to adjust Makefile.PL as well