X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=824ce4daad36a036e13c3dc87bc6d6f45a498014;hb=d3c088940643c48e0eadb90416ccf1f87ca51a7e;hp=13cdfd5013221638f2bb70d8366aadc3ba6ae66a;hpb=e95300815990978d4a3c496118514ee68dfecdaf;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/Makefile.PL b/Makefile.PL index 13cdfd5..824ce4d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -36,11 +36,12 @@ my %META = ( 'POSIX' => 0, 'Test::More' => 0, }, + dynamic_config => 1, 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", }, ); @@ -56,6 +57,7 @@ WriteMakefile( 'Carp' => 0, 'POSIX' => 0, 'Time::HiRes' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META, @@ -64,6 +66,6 @@ WriteMakefile( COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { - FILES => "$dist-* *.gcov *.gcda *.gcno cover_db" + FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt" }, );