]> git.vpit.fr Git - perl/modules/Scope-Context.git/blobdiff - Makefile.PL
Implement ->yield
[perl/modules/Scope-Context.git] / Makefile.PL
index 5fad2e717c8508f549c74b0bf94d1a067bbeea57..13a0c2bb0d5e3fed0e3e8890cedc061364dd0bd7 100644 (file)
@@ -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*"
  }
 );