about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-11-15 09:50:50 +0000
committerEric Wong <e@80x24.org>2019-11-16 11:05:23 +0000
commit53a35a1c53a5a01e5cadc2a70a437d390f7edd4b (patch)
tree51b12edb7a4bda2f47c83739341c0d367540e85a
parent6e87113aa054e00a1e0976eea10322ca12ace4cb (diff)
downloadpublic-inbox-53a35a1c53a5a01e5cadc2a70a437d390f7edd4b.tar.gz
It's no longer needed and we're able to speed up some
of our tests as a result.
-rw-r--r--INSTALL4
-rwxr-xr-xci/deps.perl1
2 files changed, 0 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index aad52c7b..4d54e6a0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -162,10 +162,6 @@ Uncommonly needed modules:
 
 Optional packages testing and development:
 
-- IPC::Run                         deb: libipc-run-perl
-                                   pkg: p5-IPC-Run
-                                   rpm: perl-IPC-Run
-
 - Plack::Test                      deb: libplack-test-perl
                                    pkg: p5-Plack
                                    rpm: perl-Plack-Test
diff --git a/ci/deps.perl b/ci/deps.perl
index 62870c1f..ae6083b9 100755
--- a/ci/deps.perl
+++ b/ci/deps.perl
@@ -50,7 +50,6 @@ my $profiles = {
 
         # optional developer stuff
         devtest => [ qw(
-                IPC::Run
                 XML::Feed
                 curl
                 w3m