Fixing Makefile.PL, RT#42859
[catagits/Catalyst-Action-REST.git] / t / catalyst-action-serialize-accept.t
index 13dead9..7778059 100644 (file)
@@ -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');