]> Sergey Matveev's repositories - public-inbox.git/blobdiff - INSTALL
add msgtime_cmp maintainer test
[public-inbox.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index aad52c7b15d70d3aa755ab389c8a6b98c5c98283..a6ca77723d5d7eac12077af4e9987889fbf70c39 100644 (file)
--- 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
@@ -189,7 +185,7 @@ Once the dependencies are installed, you should be able to build and
 install the system (into /usr/local) with:
 
         perl Makefile.PL
-        make # GNU make is preferred, `gmake' on BSD systems
+        make
         make test
         make install # root permissions may be needed