about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-04-05 10:55:44 +0000
committerEric Wong <normalperson@yhbt.net>2014-04-05 10:55:44 +0000
commitcd9dc9aee6cfaf6358f8b338d2e99ff6a8dfd711 (patch)
tree5b8ab66db8d5a4ce2b7910a90db3095c7b662886 /Makefile.PL
parent18ffc0f236688ff99a7045de49f30a1bcb1f0ef1 (diff)
downloadpublic-inbox-cd9dc9aee6cfaf6358f8b338d2e99ff6a8dfd711.tar.gz
This is lightly tested.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 4 insertions, 0 deletions
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
         },