]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - Makefile.PL
Kill Debian_CPANTS.txt suffixes as well
[perl/modules/indirect.git] / Makefile.PL
index e00e6f155ec08a90abb75401d38cc1b1b32558ca..f75ab5e6d28af2e044a5a8ec48d5a0b8a5f9f12b 100644 (file)
@@ -26,6 +26,7 @@ my $dist = 'indirect';
 $file = "lib/$file.pm";
 
 my %PREREQ_PM = (
+ 'Carp'     => 0,
  'XSLoader' => 0,
 );
 
@@ -63,6 +64,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*"
  },
 );