X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fjson.t;fp=t%2Fjson.t;h=c9da0376dc2ae060d0a7c8e0de9cf5e2cc008b9e;hb=1edd63a7979a5348d72d3cfea1ea6b2523c7f6be;hp=7c8cc032eb4250a749f9b5d28e6893a42b2c2507;hpb=78f164df3317e84edb9aa8d5a0795c875beefa44;p=catagits%2FCatalyst-Action-REST.git diff --git a/t/json.t b/t/json.t index 7c8cc03..c9da037 100644 --- a/t/json.t +++ b/t/json.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;