X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=6da4a737ff03916514b2259913ebcb38b82db5cb;hb=c45239ab98fa42171a43b80ef5e3bda17596eefe;hp=4a297c22cf7f5e6482658b2d795d65169854e2bc;hpb=3e582bc393c82ded62df533a16234a002b2e32f2;p=perl%2Fmodules%2Fsubs-auto.git diff --git a/Makefile.PL b/Makefile.PL index 4a297c2..6da4a73 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,7 @@ my %META = ( bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", homepage => "http://search.cpan.org/dist/$dist/", license => 'http://dev.perl.org/licenses/', - repository => "http://git.profvince.com/?p=perl/modules/$dist.git", + repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", }, ); @@ -34,6 +34,8 @@ WriteMakefile( 'Symbol' => 0, 'Variable::Magic' => 0.08 }, + MIN_PERL_VERSION => 5.010, + META_MERGE => \%META, dist => { PREOP => 'pod2text lib/subs/auto.pm > $(DISTVNAME)/README', COMPRESS => 'gzip -9f', SUFFIX => 'gz'