X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=5633ef6800560d517b6d909d6eed1437ec002284;hb=059874666948dcda08c89efe5137f7faa883522f;hp=96b6be5db6a161d80e124ab6a361a2c7b02a9469;hpb=c9e747756a3d9dc6a3fa880f53bcc80049a58144;p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git diff --git a/Makefile.PL b/Makefile.PL index 96b6be5..5633ef6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,9 +10,9 @@ my $dist = 'Acme-CPANAuthors-You-re_using'; $file = "lib/$file.pm"; my %PREREQ_PM = ( - 'Acme::CPANAuthors' => '0.14', - 'Carp' => 0, - 'ExtUtils::Installed' => '1.999', + 'Acme::CPANAuthors' => '0.16', + 'File::Find' => 0, + 'Module::Metadata' => '1.000005', ); my %META = ( @@ -26,7 +26,7 @@ my %META = ( }, dynamic_config => 0, resources => { - bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", + bugtracker => "http://rt.cpan.org/Dist/Display.html?Name=$dist", homepage => "http://search.cpan.org/dist/$dist/", license => 'http://dev.perl.org/licenses/', repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", @@ -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 => {