X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=4604f22d1138e9f289cb2054406e4151c567cfcb;hb=2f5d92f87c6d82ebf8d1adb61b857f0998170973;hp=bbe18c2e20249e807f58cd431e4dd541ee3e4ab2;hpb=edfd59020168422fe2c1baa014f0925968a77c9a;p=perl%2Fmodules%2Frgit.git diff --git a/Makefile.PL b/Makefile.PL index bbe18c2..4604f22 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,6 @@ my %PREREQ_PM = ( 'Exporter' => 0, 'File::Find' => 0, 'File::Spec::Functions' => 0, - 'Object::Tiny' => 0, 'POSIX' => 0, 'base' => 0, ); @@ -26,9 +25,12 @@ my %META = ( build_requires => { 'Cwd' => 0, 'ExtUtils::MakeMaker' => 0, + 'Exporter' => 0, 'File::Spec::Functions' => 0, 'File::Temp' => 0, + 'POSIX' => 0, 'Test::More' => 0, + 'base' => 0, %PREREQ_PM, }, recommends => {