X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=30e1dc90bd5f83d93e00792ac1e08a74c39baad7;hb=4df475162894576bd490a581e1a93dae54944190;hp=ce7623eb648cd16b3d00bafa1c67e1456ba44937;hpb=3914f1474f2935fe7fae3efaf7b8a854779ffc4d;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/Makefile.PL b/Makefile.PL index ce7623e..30e1dc9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -40,7 +40,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", }, ); @@ -56,6 +56,7 @@ WriteMakefile( 'Carp' => 0, 'POSIX' => 0, 'Time::HiRes' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META,