Hard dep on JSON::MaybeXS
[catagits/Catalyst-Action-REST.git] / t / jsonp.t
index 015ee51..326e402 100644 (file)
--- a/t/jsonp.t
+++ b/t/jsonp.t
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 use Test::More;
 use FindBin;
-use Test::Requires qw(JSON::MaybeXS);
+use JSON::MaybeXS;
 
 use lib ("$FindBin::Bin/lib", "$FindBin::Bin/../lib");
 use Test::Rest;