X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=959270797d4af0a23c31688f2e2cb17850947ef7;hb=42cf05499ff331c79984c7155ece13adb49f564a;hp=c4941d4c3b8317bd19cd022856dbfdae12e7c28c;hpb=6be43b56903a0705ba07fedc829b88e55cf96d92;p=p5sagit%2FDevel-PeekPoke.git diff --git a/Makefile.PL b/Makefile.PL index c4941d4..9592707 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,11 +13,11 @@ if ($use_pp and ($] =~ /^5.(\d{3})/)[0] % 2) { die "Instalation will need Devel::PeekPoke::PP, which does not work (by design) on development perls ($])\n"; } -# the XS version should work fine on 5.6 +# the XS version (when written) should work fine on 5.6 perl_version $use_pp ? '5.008001' : '5.006'; -test_requires 'Test::More' => '0.92'; -test_requires 'Test::Exception' => '0.31'; +test_requires 'Test::More' => '0.88'; # done testing +test_requires 'Test::Exception' => '0.31'; # non-segfaulting caller() all_from 'lib/Devel/PeekPoke.pm';