X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=8eec1e27463f77b32b976f47908e0c0c929f2933;hp=4604f22d1138e9f289cb2054406e4151c567cfcb;hb=20ecc90aa6c17a07fd1200d0bf72d5918e53e106;hpb=a35a1fae17b8e75696ef1e5474aaa99222594a6a diff --git a/Makefile.PL b/Makefile.PL index 4604f22..8eec1e2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,13 +9,13 @@ my $dist = 'rgit'; (my $name = $dist) =~ s{-}{::}g; my %PREREQ_PM = ( - 'Carp' => 0, - 'Cwd' => 0, - 'Exporter' => 0, - 'File::Find' => 0, - 'File::Spec::Functions' => 0, - 'POSIX' => 0, - 'base' => 0, + 'Carp' => 0, + 'Cwd' => 0, + 'Exporter' => 0, + 'File::Find' => 0, + 'File::Spec' => 0, + 'POSIX' => 0, + 'base' => 0, ); my %META = ( @@ -23,14 +23,14 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, }, build_requires => { - 'Cwd' => 0, - 'ExtUtils::MakeMaker' => 0, - 'Exporter' => 0, - 'File::Spec::Functions' => 0, - 'File::Temp' => 0, - 'POSIX' => 0, - 'Test::More' => 0, - 'base' => 0, + 'Cwd' => 0, + 'ExtUtils::MakeMaker' => 0, + 'Exporter' => 0, + 'File::Spec' => 0, + 'File::Temp' => 0, + 'POSIX' => 0, + 'Test::More' => 0, + 'base' => 0, %PREREQ_PM, }, recommends => {