X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d6b1a26d2d129959a07741f204b60cfbd09f99f2;hb=ed6069878c2506fed25cf5dd71c4fa6e276b80da;hp=64a9109ad982c947f7e5c7cd435944e0175970e7;hpb=5808b2245979b6d4c0582c10892e8526aa00d673;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/Makefile.PL b/Makefile.PL index 64a9109..d6b1a26 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,7 +28,7 @@ if (can_xs or $Module::Install::AUTHOR) { if $] > '5.008'; # CXSA does not work on 5.6 } -test_requires 'Test::More' => '0.94'; +test_requires 'Test::More' => '0.88'; test_requires 'Test::Exception' => '0.31'; clean_files "Class-Accessor-Grouped-* t/var";