X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=8eec1e27463f77b32b976f47908e0c0c929f2933;hb=7c9e557f67731dc9ac344970ecc167cdcc348517;hp=bbe18c2e20249e807f58cd431e4dd541ee3e4ab2;hpb=edfd59020168422fe2c1baa014f0925968a77c9a;p=perl%2Fmodules%2Frgit.git diff --git a/Makefile.PL b/Makefile.PL index bbe18c2..8eec1e2 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,14 +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, - 'Object::Tiny' => 0, - 'POSIX' => 0, - 'base' => 0, + 'Carp' => 0, + 'Cwd' => 0, + 'Exporter' => 0, + 'File::Find' => 0, + 'File::Spec' => 0, + 'POSIX' => 0, + 'base' => 0, ); my %META = ( @@ -24,11 +23,14 @@ my %META = ( 'ExtUtils::MakeMaker' => 0, }, build_requires => { - 'Cwd' => 0, - 'ExtUtils::MakeMaker' => 0, - 'File::Spec::Functions' => 0, - 'File::Temp' => 0, - 'Test::More' => 0, + 'Cwd' => 0, + 'ExtUtils::MakeMaker' => 0, + 'Exporter' => 0, + 'File::Spec' => 0, + 'File::Temp' => 0, + 'POSIX' => 0, + 'Test::More' => 0, + 'base' => 0, %PREREQ_PM, }, recommends => {