]> 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 f57eafadfc931cdf19d8f60856e7160706171fdd..9cb62fcf604d9ebe7519d06298ecffae47dd4ce1 100644 (file)
@@ -30,13 +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,
+        '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,