]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blobdiff - Makefile.PL
Intuit the correct license from the DSLIP or the META file
[perl/modules/CPANPLUS-Dist-Gentoo.git] / Makefile.PL
index 1803ce36606c61d258fbc4ca0447ad59cd33d1e2..9cb62fcf604d9ebe7519d06298ecffae47dd4ce1 100644 (file)
@@ -30,14 +30,15 @@ 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'  => 0,
-        'IPC::Cmd'    => 0,
-        'base'        => 0,
+        'Carp'              => 0,
+        'CPANPLUS'          => 0,
+        'Cwd'               => 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,