about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-15 10:39:19 +0000
committerEric Wong <e@80x24.org>2019-05-15 10:54:45 +0000
commitb6f480ed58abc5ae2a426ef4f792621b9d3cf283 (patch)
treea7b09a555b65b4df74c1b54e9c48df8ce397d21d /Makefile.PL
parent7aef27f1a1dd59cfb107a41ca6215059e931d62b (diff)
downloadpublic-inbox-b6f480ed58abc5ae2a426ef4f792621b9d3cf283.tar.gz
It's only useful for a corner case in long-running daemons when
an admin decides to compact or vacuum a Xapian or SQLite DB.

As a result, other scripts should run slightly faster.  For
instance, this saves about 80ms (2.710s => 2.630s) in t/mda.t
on my remote workstation.

While we're at it, make sure EvCleanup is properly require'd
in Daemon.pm and HTTP.pm and document our use of Devel::Peek.
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 6be913b1..de0c49fd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -38,10 +38,6 @@ WriteMakefile(
                 # `perl5' on FreeBSD
                 'Encode' => 0,
 
-                # libperl$PERL_VERSION on Debian, `perl5' on FreeBSD,
-                # but Fedora seems to need this separately
-                'Devel::Peek' => 0,
-
                 # TODO: these should really be made optional...
                 'Plack' => 0,
                 'URI::Escape' => 0,