X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bc32aca70b0abc133903f54e0a3e3ae4d7e01602;hb=refs%2Ftags%2Fv0.02;hp=abe6bf4df98dc941eb16de63e262e063ddc95c7a;hpb=31c38d1493bec13adcde0fc499fe144e6d87c96f;p=p5sagit%2FDevel-PeekPoke.git diff --git a/Makefile.PL b/Makefile.PL index abe6bf4..bc32aca 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use strict; use 5.006; -use inc::Module::Install '1.01'; +use inc::Module::Install '1.06'; my $use_pp = $ENV{DEVEL_PEEK_POKE_USE_PP} || ! can_cc(); @@ -13,7 +13,7 @@ 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.88'; # done testing