From: Eric Wong Date: Sat, 5 Apr 2014 10:55:44 +0000 (+0000) Subject: Makefile.PL: update dependencies X-Git-Tag: v1.0.0~1308 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=cd9dc9aee6cfaf6358f8b338d2e99ff6a8dfd711 Makefile.PL: update dependencies This is lightly tested. --- diff --git a/Makefile.PL b/Makefile.PL index 6b2e16ff..5d2f5c57 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,10 @@ WriteMakefile( 'Date::Parse' => 0, 'Encode::MIME::Header' => 0, 'XML::Atom::SimpleFeed' => 0, + 'IPC::Open2' => 0, + 'File::Path::Expand' => 0, + 'CGI' => 0, + 'URI::Escape' => 0, # We have more test dependencies, but do not force # users to install them },