X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=7898c88334c49a62b5b177cfb79f9c87360c88fc;hb=b927cca7f4a72f6afecaf1e2d0e6bfddad02f043;hp=1deccc5bf4e3a82d40ebf7a64e3c9dbadd177647;hpb=ad281e7c28054738f592b887fe92069ae0bd2b95;p=p5sagit%2Fnamespace-clean.git diff --git a/Makefile.PL b/Makefile.PL index 1deccc5..7898c88 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,7 +19,7 @@ my %OPT_RUN_DEPS = (can_cc() ? ( 'B::Hooks::EndOfScope' => '0.07', # when changing, also change $b_h_eos_req in namespace/clean.pm # these pieces are needed if using the debugger on the perl range - ($] > 5.008_008_9 && $] < 5.013_006_1) + ($] > 5.008_008_9 && $] < 5.013_005_1) ? ( 'Sub::Name' => '0.04', 'Sub::Identify' => '0.04' ) # when changing, also change $sn_ver and $si_ver in namespace/clean.pm : () ,