X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=c12e7683f90ea208475712a366f1d9da2759a20c;hb=HEAD;hp=eaf6a10af610c7ad3f42ee95d6e7ddc690020cc7;hpb=ff7f79072d14341d7427e12351d56d027d92f589;p=Net-APP.git diff --git a/Makefile.PL b/Makefile.PL index eaf6a10..c12e768 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,9 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'Net::APP', 'VERSION_FROM' => 'APP.pm', # finds $VERSION - 'PREREQ_PM' => { 'Net::Cmd' => 0, }, + 'PREREQ_PM' => { 'Net::Cmd' => 0, +# 'IO::Socket::SSL' => 0, +# 'Text::CSV_XS' => 0, + }, 'dist' => {}, );