Release 0.10005 v0.10005
Peter Rabbitson [Mon, 26 Dec 2011 12:48:39 +0000 (13:48 +0100)]
Changes
lib/Class/Accessor/Grouped.pm

diff --git a/Changes b/Changes
index be81623..c36cedb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Class::Accessor::Grouped.
+
+0.10005 2011-12-26 12:43 (UTC)
     - Depend on newer bugfixed Class::XSAccessor
+    - Repack with correct metadata (RT#73100)
 
 0.10004 2011-11-28 21:20 (UTC)
     - No longer leak internal __CAG* methods into the inheritable
index 982ac7a..1f5686d 100644 (file)
@@ -13,7 +13,7 @@ BEGIN {
   }
 }
 
-our $VERSION = '0.10004';
+our $VERSION = '0.10005';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 # when changing minimum version don't forget to adjust Makefile.PL as well