X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fjsonp.t;h=326e402843122f9c8a74eccd485ccf1f76d6437d;hb=1edd63a7979a5348d72d3cfea1ea6b2523c7f6be;hp=015ee512283bf986590de454877f621d233964ef;hpb=aadb0c7d71071a132ca0fde264a32ec6bf02702d;p=catagits%2FCatalyst-Action-REST.git diff --git a/t/jsonp.t b/t/jsonp.t index 015ee51..326e402 100644 --- 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;