X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=8579e58fbfb37d95af2f2e31ef58d13e618fe398;hb=0b8872adbd6b71c9ca9e944e555b84383fb928cd;hp=24a9166ec5259710635ccc0d65d73cc8d25257cd;hpb=317bc2c7a33f433c190e6daa0c64d6c4b6c8b4a0;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/Makefile.PL b/Makefile.PL index 24a9166..8579e58 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,5 @@ +use 5.006; + use strict; use warnings; use ExtUtils::MakeMaker; @@ -18,7 +20,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/perl/modules/$dist.git", + repository => "http://git.profvince.com/?p=perl/modules/$dist.git", }, ); @@ -33,7 +35,7 @@ WriteMakefile( 'Exporter' => 0, 'XSLoader' => 0, }, - MIN_PERL_VERSION => 5.005, + MIN_PERL_VERSION => 5.006, META_MERGE => \%META, dist => { PREOP => 'pod2text lib/Linux/SysInfo.pm > $(DISTVNAME)/README',