From 1056ec0d0f397c37446965f6056ab3c3fd149cfd Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 12 Mar 2013 14:12:42 -0700 Subject: [PATCH] encode_utf8_structure is in Debbugs::UTF8 now --- t/02_common.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/t/02_common.t b/t/02_common.t index d770d3f..f7d949a 100644 --- a/t/02_common.t +++ b/t/02_common.t @@ -1,10 +1,11 @@ # -*- mode: cperl;-*- -use Test::More tests => 2; +use Test::More tests => 3; use Encode qw(decode_utf8); use_ok('Debbugs::Common'); -is_deeply(Debbugs::Common::encode_utf8_structure( +use_ok('Debbugs::UTF8'); +is_deeply(Debbugs::UTF8::encode_utf8_structure( {a => decode_utf8('föö'), b => [map {decode_utf8($_)} qw(blëh bl♥h)], }), -- 2.39.2