]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - Makefile.PL
Give an explicit value to dynamic_config
[perl/modules/rgit.git] / Makefile.PL
index d11ae44dde6908744a2d9ac1b36caf877246f028..d6617ff81b0facc257cfc690ecf99b48604c82ea 100644 (file)
@@ -20,11 +20,12 @@ 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/",
   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",
  },
 );
 
@@ -44,6 +45,7 @@ WriteMakefile(
         'File::Spec::Functions' => 0,
         'Object::Tiny'          => 0,
         'POSIX'                 => 0,
+        'base'                  => 0,
     },
     MIN_PERL_VERSION => 5.008,
     META_MERGE       => \%META,