From cf53a4bbbe065052cff147e59d157d952cf6e622 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 8 Apr 2014 08:43:18 +0000 Subject: [PATCH] cgi: cleanup dependencies We do not need to use CGI::Util internals here. --- public-inbox-cgi | 3 +-- 1 file changed, 1 insertion(+), 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; -- 2.44.0