]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/blobdiff - Makefile.PL
Reduce namespace pollution
[perl/modules/CPANPLUS-Dist-Gentoo.git] / Makefile.PL
index f5cc4da5c756481e805859fb58751bbb8f7ea798..f57eafadfc931cdf19d8f60856e7160706171fdd 100644 (file)
@@ -18,7 +18,7 @@ my %META = (
   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",
  },
 );
 
@@ -30,13 +30,13 @@ 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,
+        'File::Copy'  => 0,
+        'File::Path'  => 0,
+        'File::Spec => 0,
+        'IPC::Cmd'    => 0,
     },
     MIN_PERL_VERSION => 5.006,
     META_MERGE       => \%META,