X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=8cfa41cec9d5d496e564363bc33cfd1bb524b34f;hb=39dcc4f5ffa5f01ec7854c63fba5c70e7b963fd8;hp=7101df28361a98cd3729953516631465e5dce3dd;hpb=07bd0229f3fe4814b4355061f6cf2e97a3c76921;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/Makefile.PL b/Makefile.PL index 7101df2..8cfa41c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -27,12 +27,13 @@ WriteMakefile( ABSTRACT_FROM => 'lib/CPANPLUS/Dist/Gentoo.pm', PL_FILES => {}, PREREQ_PM => { + 'Carp' => 0, 'CPANPLUS' => 0, 'Cwd' => 0, 'File::Copy' => 0, 'File::Path' => 0, 'File::Spec::Functions' => 0, - 'IPC::Cmd' => 0 + 'IPC::Cmd' => 0, }, dist => { PREOP => 'pod2text lib/CPANPLUS/Dist/Gentoo.pm > $(DISTVNAME)/README; '