X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=Makefile.PL;h=f75ab5e6d28af2e044a5a8ec48d5a0b8a5f9f12b;hp=4b3e9fe45dff3b5aa46103e807acd415aad1798e;hb=4ded1e3aba5e01adc8838e6613cf693bdbffa1fe;hpb=fd559a2c26feca7160eadc82519b7377740d1959 diff --git a/Makefile.PL b/Makefile.PL index 4b3e9fe..f75ab5e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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*" }, );