about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.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/View.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/View.pm')
-rw-r--r--lib/PublicInbox/View.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 054b3580..275fed43 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -8,8 +8,6 @@ use strict;
 use warnings;
 use URI::Escape qw/uri_escape_utf8/;
 use Date::Parse qw/str2time/;
-use Encode::MIME::Header;
-use Plack::Util;
 use PublicInbox::Hval qw/ascii_html/;
 use PublicInbox::Linkify;
 use PublicInbox::MID qw/mid_clean id_compress mid_mime/;