X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=9d6696796b8591a1a705b515b3ad5f2161c7a4d0;hb=78143e989c03db27a675b8eb8b7a3b1378270441;hp=ef489917b59408de7c73da224a11b33d2f655bc9;hpb=640138ffe66c29acfb83990e765f6adeb17e1e53;p=perl%2Fmodules%2Frgit.git diff --git a/Makefile.PL b/Makefile.PL index ef48991..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/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,