about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-17 02:44:59 +0000
committerEric Wong <e@80x24.org>2016-06-17 02:45:24 +0000
commit5e800c1aac067ec42cc6bcac10a0c339467a26d6 (patch)
tree0d5cb04219bdff0f62abcf420077925cdfa7739a /Makefile.PL
parent78d765a8d03967d0dfd6ce6232ffad5c89319909 (diff)
downloadpublic-inbox-5e800c1aac067ec42cc6bcac10a0c339467a26d6.tar.gz
We no longer depend on it for the core code, and tests
are optional for users.  Hopefully this makes this
easier-to-install.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0cba59d2..171712a7 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -22,7 +22,6 @@ WriteMakefile(
                 'Email::MIME::ContentType' => 0,
                 'Email::Simple' => 0,
                 'Encode::MIME::Header' => 0,
-                'IPC::Run' => 0,
                 'Mail::Thread' => '2.5', # 2.5+ needed for Email::Simple compat
                 'Plack' => 0,
                 'URI::Escape' => 0,