use JSON instead of JSON::Any
[catagits/Reaction.git] / lib / Reaction / InterfaceModel / Search / Spec.pm
index 92bc926..503f65c 100644 (file)
@@ -2,7 +2,7 @@ package Reaction::InterfaceModel::Search::Spec;
 
 use Reaction::Role;
 use Method::Signatures::Simple;
-use JSON::Any;
+use JSON;
 use Scalar::Util qw(weaken);
 use namespace::clean -except => [ qw(meta) ];