X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=Makefile.PL;h=c421a46ac2f39788b339730d1c61f6c190c10f63;hp=4b3e9fe45dff3b5aa46103e807acd415aad1798e;hb=75a60b70d39a18521fcf5c2fbc7266100da27110;hpb=fd559a2c26feca7160eadc82519b7377740d1959 diff --git a/Makefile.PL b/Makefile.PL index 4b3e9fe..c421a46 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,7 +60,7 @@ 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 => {