From b60a4c5e4839bd358f285683b3e388d40e595cb8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Jan 2019 00:50:54 +0000 Subject: INSTALL: note Plack and URI::Escape are required at the moment They really shouldn't be... Also, it seems like eliminating IPC::Run is not going to be worth the effort. --- Makefile.PL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') 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 }, ); -- cgit v1.2.3-24-ge0c7