X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=Makefile.PL;h=569fb15f8d5409ced63078b270942ca4d25ad1e2;hp=6fcb76c6440ae5efc1b1849e887cdbafc54dcd50;hb=HEAD;hpb=465440ff9c9519d5ce33d582cbf3fa4d03b4358a diff --git a/Makefile.PL b/Makefile.PL index 6fcb76c..569fb15 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,9 +12,8 @@ my $dist = 'Test-Leaner'; $file = "lib/$file.pm"; my %PREREQ_PM = ( - 'Exporter' => 0, - 'Scalar::Util' => 0, - 'Test::More' => 0, + 'Exporter' => 0, + 'Test::More' => 0, ); my %META = ( @@ -27,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", @@ -42,10 +41,10 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.006, + 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 => {