X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Makefile.PL;h=c134ff92893db27a83d7b6e637f5272f0e369adc;hb=b60a4c5e4839bd358f285683b3e388d40e595cb8;hp=027c3e63fb742a09a5090ec569d9f35f6c997da6;hpb=930ed478cc8fd29f39d4fff473a7ff40fb8251dc;p=public-inbox.git 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 }, );