X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F104_io_w_utf8.t;h=fb7152380520786582db52ff9aa3dbc3d28b79ac;hb=4fa64e865c99a6dcc3bec159a662300151d62fdf;hp=39753adfcfea209f7b96b1eba41a52153481319f;hpb=eaa263571728bf8b5abb604c61dd73ff44be9417;p=gitmo%2FMooseX-Storage.git diff --git a/t/104_io_w_utf8.t b/t/104_io_w_utf8.t index 39753ad..fb71523 100644 --- a/t/104_io_w_utf8.t +++ b/t/104_io_w_utf8.t @@ -6,6 +6,8 @@ use warnings; use Test::More; BEGIN { + 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