about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
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
         },
 );