Release 0.10012 v0.10012
Peter Rabbitson [Sun, 5 Oct 2014 21:20:57 +0000 (23:20 +0200)]
Changes
lib/Class/Accessor/Grouped.pm

diff --git a/Changes b/Changes
index 90aa1f4..b6aa776 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for Class::Accessor::Grouped.
 
+0.10012 2014-10-05 21:22 (UTC)
     - Fix tests tickling deficient threads on perl 5.10.0
 
 0.10011 2014-09-26 11:24 (UTC)
index 0723618..e6a1240 100644 (file)
@@ -15,7 +15,7 @@ BEGIN {
   }
 }
 
-our $VERSION = '0.10011';
+our $VERSION = '0.10012';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 # when changing minimum version don't forget to adjust Makefile.PL as well