X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=fed0fa5770a2885e9239bbe20a2d0f76b6401838;hb=ce5091c087229219cf4dc879fb0d2dcab808b885;hp=64d2531098b939d2e409a871c7d264abe0f0554e;hpb=19bee8f647bfe6c94c5cb3cf6a60d7a43cbca222;p=perl%2Fmodules%2Frgit.git diff --git a/Makefile.PL b/Makefile.PL index 64d2531..fed0fa5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -30,12 +30,13 @@ WriteMakefile( EXE_FILES => [ 'bin/rgit' ], PREREQ_PM => { 'Carp' => 0, + 'Config' => 0, 'Cwd' => 0, 'Exporter' => 0, 'File::Find' => 0, 'File::Spec::Functions' => 0, - 'List::Util' => 0, 'Object::Tiny' => 0, + 'POSIX' => 0, }, dist => { PREOP => 'pod2text bin/rgit > $(DISTVNAME)/README; '