X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=blobdiff_plain;f=t%2Fcatalyst-action-serialize-accept.t;fp=t%2Fcatalyst-action-serialize-accept.t;h=7778059df744171a69e2dfd2568b872d5adcdadd;hp=13dead90a65e6d42f2ad76a571430507a1485f21;hb=fec6d454787f6a7c23d1b6a7151a009a3ba0907b;hpb=e540a1fa72e4a5425c59a9397a3353f4784d726a diff --git a/t/catalyst-action-serialize-accept.t b/t/catalyst-action-serialize-accept.t index 13dead9..7778059 100644 --- a/t/catalyst-action-serialize-accept.t +++ b/t/catalyst-action-serialize-accept.t @@ -82,7 +82,7 @@ EOH } SKIP: { - eval 'require JSON'; + eval 'require JSON 2.12;'; skip "can't test application/json without JSON support", 3 if $@; my $json = JSON->new; my $at = Test::Rest->new('content_type' => 'text/doesnt-exist');