about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-01-02 00:50:54 +0000
committerEric Wong <e@80x24.org>2019-01-02 00:53:03 +0000
commitb60a4c5e4839bd358f285683b3e388d40e595cb8 (patch)
treeb7b273111320e9e062c0b3ddb4482bb3cbb83a0b /Makefile.PL
parentd2829e99ba46695c780686142afb68c0d432826b (diff)
downloadpublic-inbox-b60a4c5e4839bd358f285683b3e388d40e595cb8.tar.gz
They really shouldn't be...  Also, it seems like eliminating IPC::Run
is not going to be worth the effort.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 027c3e63..c134ff92 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,10 +23,13 @@ WriteMakefile(
                 'Email::MIME::ContentType' => 0,
                 'Email::Simple' => 0,
                 'Encode::MIME::Header' => 0,
+
+                # TODO: these should really be made optional...
                 'Plack' => 0,
                 'URI::Escape' => 0,
+
                 # We have more test dependencies, but do not force
-                # users to install them
+                # users to install them.  See INSTALL
         },
 );