X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=13a0c2bb0d5e3fed0e3e8890cedc061364dd0bd7;hb=e49ef1386ecf6b50c164f9a831178302e35a14e8;hp=5fad2e717c8508f549c74b0bf94d1a067bbeea57;hpb=c7026b73f65000dc66bd89e44f5c95538f823ccf;p=perl%2Fmodules%2FScope-Context.git diff --git a/Makefile.PL b/Makefile.PL index 5fad2e7..13a0c2b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ my $dist = 'Scope-Context'; $file = "lib/$file.pm"; my %PREREQ_PM = ( - 'Scope::Upper' => '0.18', + 'Scope::Upper' => '0.21', 'Scalar::Util' => 0, ); @@ -49,6 +49,6 @@ WriteMakefile( COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => { - FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt" + FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt*" } );