X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F105_io_atomic_w_utf8.t;h=0347c63b7b6b3f475c1d00e42a10db3b4bbdd68f;hb=b9f532ee43570a3cb41d46ec1e08a1101e6d97b6;hp=333bc5a2956b3f92118863f19ee63e4d1e64b82d;hpb=c2dae5d88280be6f80857e79194f092298f88b36;p=gitmo%2FMooseX-Storage.git diff --git a/t/105_io_atomic_w_utf8.t b/t/105_io_atomic_w_utf8.t index 333bc5a..0347c63 100644 --- a/t/105_io_atomic_w_utf8.t +++ b/t/105_io_atomic_w_utf8.t @@ -13,12 +13,12 @@ use Test::Requires { BEGIN { # NOTE: - # this is because JSON::XS is + # this is because JSON::XS (and Cpanel::JSON::XS) is # the only one which really gets # utf8 correct # - SL BEGIN { - $ENV{JSON_ANY_ORDER} = qw(XS); + $ENV{JSON_ANY_ORDER} = 'XS CPANEL'; $ENV{JSON_ANY_CONFIG} = "utf8=0,canonical=1"; } plan tests => 8;