Release 0.09009 v0.09009
Peter Rabbitson [Fri, 26 Nov 2010 01:35:15 +0000 (01:35 +0000)]
Changes
lib/Class/Accessor/Grouped.pm

diff --git a/Changes b/Changes
index b77689a..f62c22b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Class::Accessor::Grouped.
 
+0.09009 Fri Nov 26 01:31:56 2010
     - Major cleanup and optimization of code (evaled coderef sharing)
     - Module can now operate in PurePerl environments with 100%
       compatibility (including proper naming of generated coderefs)
index 5a441ff..3608fd5 100644 (file)
@@ -5,7 +5,7 @@ use Carp ();
 use Scalar::Util ();
 use MRO::Compat;
 
-our $VERSION = '0.09008';
+our $VERSION = '0.09009';
 $VERSION = eval $VERSION;
 
 # when changing minimum version don't forget to adjust L</PERFORMANCE> and