X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FPerl-Critic-Policy-Dynamic-NoIndirect.git;a=blobdiff_plain;f=Makefile.PL;h=c1121f98f0c5cf1a92aeef3e06ff1ce40fc6632f;hp=249c3ecef3e0978600ad19d21e5e1b4f2465c7f6;hb=HEAD;hpb=f4f78daaa6586fe16d460fa53b1f5b0623daff3a diff --git a/Makefile.PL b/Makefile.PL index 249c3ec..c1121f9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,7 @@ my %PREREQ_PM = ( 'Perl::Critic::Utils' => 0, 'Perl::Critic::DynamicPolicy' => 0, 'base' => 0, - 'indirect' => '0.20', + 'indirect' => '0.25', ); my %META = ( @@ -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", @@ -46,7 +46,7 @@ WriteMakefile( ABSTRACT_FROM => $file, PL_FILES => {}, PREREQ_PM => \%PREREQ_PM, - MIN_PERL_VERSION => 5.008, + MIN_PERL_VERSION => '5.008', META_MERGE => \%META, dist => { PREOP => "pod2text -u $file > \$(DISTVNAME)/README",