X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=Makefile.PL;h=f3c7fcfb43399633d72d1fd649542a3693f10967;hp=e651c6580276a3b648a956041a564fb80b38d774;hb=98afe09ae95e99083f515f01ed57274b2d6a3955;hpb=fac421d5bc5a5d45841eef56a7975efec8c57115 diff --git a/Makefile.PL b/Makefile.PL index e651c65..f3c7fcf 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ my $dist = 'Acme-CPANAuthors-You-re_using'; $file = "lib/$file.pm"; my %PREREQ_PM = ( - 'Acme::CPANAuthors' => '0.09', + 'Acme::CPANAuthors' => '0.14', 'Carp' => 0, 'ExtUtils::Installed' => '1.999', ); @@ -44,7 +44,7 @@ WriteMakefile( MIN_PERL_VERSION => 5.006, META_MERGE => \%META, dist => { - PREOP => "pod2text $file > \$(DISTVNAME)/README", + PREOP => "pod2text -u $file > \$(DISTVNAME)/README", COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => {