]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Makefile.PL
INSTALL: note Plack and URI::Escape are required at the moment
[public-inbox.git] / Makefile.PL
index 027c3e63fb742a09a5090ec569d9f35f6c997da6..c134ff92893db27a83d7b6e637f5272f0e369adc 100644 (file)
@@ -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
        },
 );