X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=c0520e552911545a5d937591673221444d08d7ee;hb=eacacb3b45dddfcf7730aac933c0c85df73dbb18;hp=fed0fa5770a2885e9239bbe20a2d0f76b6401838;hpb=ce5091c087229219cf4dc879fb0d2dcab808b885;p=perl%2Fmodules%2Frgit.git diff --git a/Makefile.PL b/Makefile.PL index fed0fa5..c0520e5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,3 +1,5 @@ +use 5.008; + use strict; use warnings; use ExtUtils::MakeMaker; @@ -30,7 +32,6 @@ WriteMakefile( EXE_FILES => [ 'bin/rgit' ], PREREQ_PM => { 'Carp' => 0, - 'Config' => 0, 'Cwd' => 0, 'Exporter' => 0, 'File::Find' => 0,