X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=df5253cfab9ad3a30c4d3359349c871808c21a3d;hb=ffaab368d036173667b0a43935ac18e1b2922447;hp=7a29932f924e03e4a93e50ad4b03c73bed1e3eb3;hpb=640fe59afb2ad382a6919d1ee62b5b013c1ec9e6;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/Makefile.PL b/Makefile.PL index 7a29932..df5253c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,3 @@ -# $Id$ use strict; use warnings; use inc::Module::Install 1; @@ -16,7 +15,8 @@ requires 'Class::Inspector'; 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'; } @@ -43,4 +43,3 @@ if ($Module::Install::AUTHOR) { print "Regenerating META with XS requires excluded\n"; Meta->write; } -