From: Peter Rabbitson Date: Thu, 15 Nov 2012 09:49:15 +0000 (+0100) Subject: Release 0.10008 X-Git-Tag: v0.10008^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dff527926d36a268c0bb9e283a529ba68c98fc33;p=p5sagit%2FClass-Accessor-Grouped.git Release 0.10008 --- diff --git a/Changes b/Changes index 8f53d40..70fc4e3 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ Revision history for Class::Accessor::Grouped. +0.10008 2012-11-15 09:48 (UTC) - Allow disabling of accessor name checking introduced in 0.10007 - Pass tests if Class::XSAccessor is available but Sub::Name isn't diff --git a/lib/Class/Accessor/Grouped.pm b/lib/Class/Accessor/Grouped.pm index c1f2fab..ca61579 100644 --- a/lib/Class/Accessor/Grouped.pm +++ b/lib/Class/Accessor/Grouped.pm @@ -15,7 +15,7 @@ BEGIN { } } -our $VERSION = '0.10007'; +our $VERSION = '0.10008'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases # when changing minimum version don't forget to adjust Makefile.PL as well