X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FAccessor%2FGrouped.pm;h=982ac7a4db77b0415aba38b2ef2d249934e86421;hb=80ebe3b6760e9892a9b9ddaf875c1f903e76e7cc;hp=a1da4621f3af2e2ef9d3db97173ac61756b28534;hpb=4977f64779c207d20e8cfa9247e10a1803c390e9;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/lib/Class/Accessor/Grouped.pm b/lib/Class/Accessor/Grouped.pm index a1da462..982ac7a 100644 --- a/lib/Class/Accessor/Grouped.pm +++ b/lib/Class/Accessor/Grouped.pm @@ -16,12 +16,9 @@ BEGIN { our $VERSION = '0.10004'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases -# when changing minimum version don't forget to adjust L and -# the Makefile.PL as well +# when changing minimum version don't forget to adjust Makefile.PL as well our $__minimum_xsa_version; -BEGIN { - $__minimum_xsa_version = '1.11'; -} +BEGIN { $__minimum_xsa_version = '1.13' } our $USE_XS; # the unless defined is here so that we can override the value