about summary refs log tree commit homepage
path: root/lib/PublicInbox/Mbox.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-09 03:18:33 +0000
committerEric Wong <e@80x24.org>2016-07-09 03:20:22 +0000
commit239514fd687eb88d023b67de1daccaf2e440e884 (patch)
tree5ed8060d2428245516653b206d532c55d82ef7b4 /lib/PublicInbox/Mbox.pm
parent2ce1cf89680840c86af136b69372adb3881d7aec (diff)
downloadpublic-inbox-239514fd687eb88d023b67de1daccaf2e440e884.tar.gz
Hopefully this can reduce memory overhead for people that
use one-shot CGI.
Diffstat (limited to 'lib/PublicInbox/Mbox.pm')
-rw-r--r--lib/PublicInbox/Mbox.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/Mbox.pm b/lib/PublicInbox/Mbox.pm
index 9dad0f6d..d2c09544 100644
--- a/lib/PublicInbox/Mbox.pm
+++ b/lib/PublicInbox/Mbox.pm
@@ -8,7 +8,6 @@ use strict;
 use warnings;
 use PublicInbox::MID qw/mid_clean/;
 use URI::Escape qw/uri_escape_utf8/;
-use Plack::Util;
 require Email::Simple;
 
 sub emit1 {