X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=b19677daa3cb8671707e9ae24e3aa5728b2403a0;hb=29961f04780a70661297923ffeb18d045e96729d;hp=6fcb76c6440ae5efc1b1849e887cdbafc54dcd50;hpb=465440ff9c9519d5ce33d582cbf3fa4d03b4358a;p=perl%2Fmodules%2FTest-Leaner.git diff --git a/Makefile.PL b/Makefile.PL index 6fcb76c..b19677d 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", @@ -45,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 => {