Revision history for Class::Accessor::Grouped.
+ - Depend on newer bugfixed Class::XSAccessor
0.10004 2011-11-28 21:20 (UTC)
- No longer leak internal __CAG* methods into the inheritable
if (can_cc or $Module::Install::AUTHOR) {
requires 'Sub::Name' => '0.05';
- requires 'Class::XSAccessor' => '1.11'
+ # when changing don't forget to adjust lib/Class/Accessor/Grouped.pm as well
+ requires 'Class::XSAccessor' => '1.13'
if $] > '5.008';
}
print "Regenerating META with XS requires excluded\n";
Meta->write;
}
-
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</PERFORMANCE> 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