From: Don Armstrong Date: Tue, 12 Mar 2013 21:12:42 +0000 (-0700) Subject: encode_utf8_structure is in Debbugs::UTF8 now X-Git-Tag: release/2.6.0~313^2~4 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=1056ec0d0f397c37446965f6056ab3c3fd149cfd encode_utf8_structure is in Debbugs::UTF8 now --- 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)], }),