X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=9d6696796b8591a1a705b515b3ad5f2161c7a4d0;hb=f11c750a682c00f323f29b9fc94159462bdb6842;hp=d11ae44dde6908744a2d9ac1b36caf877246f028;hpb=277fa337f6fa5cb1cf577c7d96c0380e355ef40d;p=perl%2Fmodules%2Frgit.git diff --git a/Makefile.PL b/Makefile.PL index d11ae44..9d66967 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,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", }, ); @@ -44,6 +44,7 @@ WriteMakefile( 'File::Spec::Functions' => 0, 'Object::Tiny' => 0, 'POSIX' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META,