X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=efea305d6021e66880f433e29692a723fb736939;hb=33641b1cab96a4063f7dc435764ca461dc700728;hp=8579e58fbfb37d95af2f2e31ef58d13e618fe398;hpb=0b8872adbd6b71c9ca9e944e555b84383fb928cd;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/Makefile.PL b/Makefile.PL index 8579e58..efea305 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,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/?p=perl/modules/$dist.git", + repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", }, ); @@ -34,6 +34,7 @@ WriteMakefile( PREREQ_PM => { 'Exporter' => 0, 'XSLoader' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.006, META_MERGE => \%META,