X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=5a1d869791d71dae5cdd95ae87ff7a3f9304ba66;hb=0abd030ffdc3f3dc465de4554baff16508f7c0eb;hp=8edae496731d4ce44e70eb076005dab82a939629;hpb=59ac23acb023d8b58679dd2e661377bca609e550;p=perl%2Fmodules%2FBit-MorseSignals.git diff --git a/Makefile.PL b/Makefile.PL index 8edae49..5a1d869 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,11 +13,12 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, 'Test::More' => 0, }, + dynamic_config => 0, resources => { 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", }, ); @@ -33,6 +34,7 @@ WriteMakefile( 'Encode' => 0, 'Exporter' => 0, 'Storable' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META,