about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-08 08:43:18 +0000
committerEric Wong <e@80x24.org>2014-04-08 08:43:18 +0000
commitcf53a4bbbe065052cff147e59d157d952cf6e622 (patch)
tree04299998c46d95a6de04e9adc6c94eca5f590712
parent29c9b0740bda4a4de8bb7ec538edc815654960a1 (diff)
downloadpublic-inbox-cf53a4bbbe065052cff147e59d157d952cf6e622.tar.gz
We do not need to use CGI::Util internals here.
-rwxr-xr-xpublic-inbox-cgi3
1 files changed, 1 insertions, 2 deletions
diff --git a/public-inbox-cgi b/public-inbox-cgi
index 6cf70a9b..3ad45613 100755
--- a/public-inbox-cgi
+++ b/public-inbox-cgi
@@ -13,8 +13,7 @@ use 5.008;
 use strict;
 use warnings;
 use CGI qw(:cgi :escapeHTML -nosticky); # PSGI/FastCGI/mod_perl compat
-use CGI::Util qw(unescape);
-use Encode;
+use Encode qw(decode_utf8);
 use PublicInbox::Config;
 our $LISTNAME_RE = qr!\A/([\w\.\-]+)!;
 our $pi_config;