From: Don Armstrong Date: Tue, 12 Mar 2013 20:50:18 +0000 (-0700) Subject: use debbugs::utf8 X-Git-Tag: release/2.6.0~313^2~6 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=483623ebec9b3767c2d247dce9528d54d74689cb;hp=b33403cc853dc5f8376ace6d4411a59ed9c49692;p=debbugs.git use debbugs::utf8 --- diff --git a/Debbugs/SOAP.pm b/Debbugs/SOAP.pm index 5cb08bb..c1fc85f 100644 --- a/Debbugs/SOAP.pm +++ b/Debbugs/SOAP.pm @@ -41,7 +41,8 @@ BEGIN{ use IO::File; use Debbugs::Status qw(get_bug_status); -use Debbugs::Common qw(make_list getbuglocation getbugcomponent :utf8); +use Debbugs::Common qw(make_list getbuglocation getbugcomponent); +use Debbugs::UTF8; use Debbugs::Packages; use Storable qw(nstore retrieve dclone);