X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F011_basic_json_w_utf8.t;h=346325e398f9b5a156b67e7dcaf78cfc47f66bc8;hb=4fa64e865c99a6dcc3bec159a662300151d62fdf;hp=bcec79b6150971dc5ff3d7a7daea5d3516329126;hpb=eaa263571728bf8b5abb604c61dd73ff44be9417;p=gitmo%2FMooseX-Storage.git diff --git a/t/011_basic_json_w_utf8.t b/t/011_basic_json_w_utf8.t index bcec79b..346325e 100644 --- a/t/011_basic_json_w_utf8.t +++ b/t/011_basic_json_w_utf8.t @@ -7,7 +7,9 @@ use Test::More; BEGIN { eval "use Encode"; - plan skip_all => "Encode is required for this test" if $@; + plan skip_all => "Encode is required for this test" if $@; + eval "use JSON::Any"; + plan skip_all => "JSON::Any is required for this test" if $@; # NOTE: # this is because JSON::XS is # the only one which really gets