X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=Makefile.PL;h=692897efdb5e235e1b161b746782c66bb24a1a91;hp=dee8b2d04913d75ed6b3996557bbf790b6510851;hb=12c26b568cf70d8f9f8285efe03d7caf264161d2;hpb=b39520aef4be6769f20ed4e6b6b781d2026880b1 diff --git a/Makefile.PL b/Makefile.PL index dee8b2d..692897e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,9 +10,10 @@ my $dist = 'Acme-CPANAuthors-You-re_using'; $file = "lib/$file.pm"; my %PREREQ_PM = ( - 'Acme::CPANAuthors' => 0, - 'Carp' => 0, - 'ExtUtils::Installed' => '1.999', + 'Acme::CPANAuthors' => '0.16', + 'Carp' => 0, + 'File::Find' => 0, + 'Module::Metadata' => '1.000005', ); my %META = ( @@ -20,7 +21,6 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, }, build_requires => { - 'Acme::CPANAuthors' => 0, 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, %PREREQ_PM, @@ -45,7 +45,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 => {