X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=a605cb23fdb49f6fbee07929ea4276d56a427b7a;hb=dcad3d01d91f908ade582ac4c6e5de365e4ef669;hp=a4d5bc625353d910938dfcab5073d56ceebf93a8;hpb=322e017efffd73fa5b61dc33125e08e74eda737b;p=perl%2Fmodules%2FBit-MorseSignals.git diff --git a/Makefile.PL b/Makefile.PL index a4d5bc6..a605cb2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,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", }, ); @@ -33,6 +33,7 @@ WriteMakefile( 'Encode' => 0, 'Exporter' => 0, 'Storable' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META,