X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=e0f3ad6439d05df2c1875a265d6456fbe3f1aa71;hb=192c16f35be72d6b51e01855a15905313d407814;hp=152179acf00e3ab975be345aba4fdc2a41cda5fd;hpb=4a23bf50aa5fc5a284e12e270e9b50ba792681b8;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/Makefile.PL b/Makefile.PL index 152179a..e0f3ad6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -28,10 +28,12 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'CPANPLUS' => 0, + 'Cwd' => 0, 'File::Copy' => 0, 'File::Path' => 0, 'File::Spec::Functions' => 0, - 'IPC::Cmd' => 0 + 'IPC::Cmd' => 0, + 'version' => 0, }, dist => { PREOP => 'pod2text lib/CPANPLUS/Dist/Gentoo.pm > $(DISTVNAME)/README; '