X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=1a1647cdc8379862460e4dab3fffb6fd70dd064e;hb=0aa7e9215b880762d03074ac637304eaa2eeeecf;hp=f2386d908bfb5b297da79d8b8ab47ea153ce6f20;hpb=5a0ccca9abebccf3ecd13f071be6a28f19b0f136;p=perl%2Fmodules%2FScope-Context.git diff --git a/Makefile.PL b/Makefile.PL index f2386d9..1a1647c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -31,7 +31,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", @@ -47,7 +47,7 @@ WriteMakefile( PL_FILES => {}, BUILD_REQUIRES => \%BUILD_REQUIRES, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.006, + MIN_PERL_VERSION => '5.006', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",