]> git.donarmstrong.com Git - debbugs.git/commitdiff
import encode_utf8
authorDon Armstrong <don@donarmstrong.com>
Thu, 7 Feb 2013 16:44:53 +0000 (08:44 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 7 Feb 2013 16:44:53 +0000 (08:44 -0800)
Debbugs/Log.pm

index de639494f087788f11f48304fcdf271d494dab4e..8b99b7de7a097207ffbe6abff3848edeae63fe52 100644 (file)
@@ -39,7 +39,7 @@ use Carp;
 
 use Debbugs::Common qw(getbuglocation getbugcomponent make_list);
 use Params::Validate qw(:types validate_with);
-use Encode qw(encode is_utf8);
+use Encode qw(encode encode_utf8 is_utf8);
 
 =head1 NAME