From b6f480ed58abc5ae2a426ef4f792621b9d3cf283 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 15 May 2019 10:39:19 +0000 Subject: remove hard Devel::Peek dependency and lazy load for daemons 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. --- Makefile.PL | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile.PL') 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, -- cgit v1.2.3-24-ge0c7