X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=d6617ff81b0facc257cfc690ecf99b48604c82ea;hb=eccd016313018911d3bbb967c255fcb55a59b792;hp=8c71bff6ed71325ddb57ee233da475c6d6e5a8a0;hpb=9dd501bc8184af5ec23c7ac5be46fcf8fc282d13;p=perl%2Fmodules%2Frgit.git diff --git a/Makefile.PL b/Makefile.PL index 8c71bff..d6617ff 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,7 @@ my %META = ( recommends => { 'Term::ReadKey' => 0, }, + dynamic_config => 0, resources => { bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist", homepage => "http://search.cpan.org/dist/$dist/", @@ -44,6 +45,7 @@ WriteMakefile( 'File::Spec::Functions' => 0, 'Object::Tiny' => 0, 'POSIX' => 0, + 'base' => 0, }, MIN_PERL_VERSION => 5.008, META_MERGE => \%META,