From: Peter Rabbitson Date: Fri, 26 Sep 2014 13:25:31 +0000 (+0200) Subject: Release 0.10011 X-Git-Tag: v0.10011^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Fv0.10011;p=p5sagit%2FClass-Accessor-Grouped.git Release 0.10011 --- diff --git a/Changes b/Changes index c980d0c..9f727f2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Class::Accessor::Grouped. +0.10011 2014-09-26 11:24 (UTC) - Soft-depend on newer (bugfixed and *simpler*) Class::XSAccessor 1.19 - More robust threading tests diff --git a/lib/Class/Accessor/Grouped.pm b/lib/Class/Accessor/Grouped.pm index e85fc7f..0723618 100644 --- a/lib/Class/Accessor/Grouped.pm +++ b/lib/Class/Accessor/Grouped.pm @@ -15,7 +15,7 @@ BEGIN { } } -our $VERSION = '0.10010'; +our $VERSION = '0.10011'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases # when changing minimum version don't forget to adjust Makefile.PL as well