]> 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 4b3e9fe45dff3b5aa46103e807acd415aad1798e..f75ab5e6d28af2e044a5a8ec48d5a0b8a5f9f12b 100644 (file)
@@ -26,6 +26,7 @@ my $dist = 'indirect';
 $file = "lib/$file.pm";
 
 my %PREREQ_PM = (
+ 'Carp'     => 0,
  'XSLoader' => 0,
 );
 
@@ -59,10 +60,10 @@ WriteMakefile(
  MIN_PERL_VERSION => 5.008001,
  META_MERGE       => \%META,
  dist             => {
-  PREOP    => "pod2text $file > \$(DISTVNAME)/README",
+  PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",
   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*"
  },
 );