From d3e290e8078f517dc9cb8e4ca7754b37da322107 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 11 Apr 2012 11:00:19 -0700 Subject: [PATCH] include Encode for decode_utf8 --- t/02_common.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/02_common.t b/t/02_common.t index df07193..c3ed2b5 100644 --- a/t/02_common.t +++ b/t/02_common.t @@ -1,6 +1,7 @@ # -*- mode: cperl;-*- use Test::More tests => 5; +use Encode qw(decode_utf8); use_ok('Debbugs::Common'); is_deeply(Debbugs::Common::encode_utf8_structure( -- 2.39.2