]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blobdiff - Makefile.PL
Give an explicit value to dynamic_config
[perl/modules/CPANPLUS-Dist-Gentoo.git] / Makefile.PL
index ab02c447a7c9199e802ac1be8257540cd676e7c1..136c02090df2b96a6fd8e75e4801da929bcfa448 100644 (file)
@@ -14,11 +14,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",
  },
 );
 
@@ -30,13 +31,16 @@ WriteMakefile(
     ABSTRACT_FROM    => 'lib/CPANPLUS/Dist/Gentoo.pm',
     PL_FILES         => {},
     PREREQ_PM        => {
-        'Carp'                  => 0,
-        'CPANPLUS'              => 0,
-        'Cwd'                   => 0,
-        'File::Copy'            => 0,
-        'File::Path'            => 0,
-        'File::Spec::Functions' => 0,
-        'IPC::Cmd'              => 0,
+        'Carp'              => 0,
+        'CPANPLUS'          => 0,
+        'Cwd'               => 0,
+        'List::Util'        => 0,
+        'File::Copy'        => 0,
+        'File::Path'        => 0,
+        'File::Spec'        => 0,
+        'IPC::Cmd'          => 0,
+        'Parse::CPAN::Meta' => 0,
+        'base'              => 0,
     },
     MIN_PERL_VERSION => 5.006,
     META_MERGE       => \%META,