]> git.donarmstrong.com Git - debbugs.git/commitdiff
use debbugs::utf8
authorDon Armstrong <don@donarmstrong.com>
Tue, 12 Mar 2013 20:50:18 +0000 (13:50 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 12 Mar 2013 20:50:18 +0000 (13:50 -0700)
Debbugs/SOAP.pm

index 5cb08bb0f11eff7de6ab49dea880731a13dcb8b3..c1fc85f9b84fb5465bbab56ab916b4b445f1073b 100644 (file)
@@ -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);