X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Debbugs%2FSOAP.pm;h=c1fc85f9b84fb5465bbab56ab916b4b445f1073b;hb=refs%2Fheads%2Fdon%2Fcookies;hp=5cb08bb0f11eff7de6ab49dea880731a13dcb8b3;hpb=e0b92922e7d92a6f1d0f6a91a5e6c3b3d174ae1c;p=debbugs.git 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);