aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Hunter <justin.d.hunter@gmail.com>2010-11-20 06:46:39 -0800
committerJustin Hunter <justin.d.hunter@gmail.com>2010-11-20 06:46:39 -0800
commite7b0b9e2af779558bd7d2dbb7f1c1990ed60fa50 (patch)
tree29d7bae4f271eabfb66772430d3705030891d949
parentbadce0a4eb98adb2cdf718f37281a7a12915dc5c (diff)
downloadreaction-e7b0b9e2af779558bd7d2dbb7f1c1990ed60fa50.tar.gz
reaction-e7b0b9e2af779558bd7d2dbb7f1c1990ed60fa50.zip
use JSON::Any instead of JSON
-rw-r--r--lib/Reaction/InterfaceModel/Search/Spec.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reaction/InterfaceModel/Search/Spec.pm b/lib/Reaction/InterfaceModel/Search/Spec.pm
index 25bb916..1100840 100644
--- a/lib/Reaction/InterfaceModel/Search/Spec.pm
+++ b/lib/Reaction/InterfaceModel/Search/Spec.pm
@@ -2,7 +2,7 @@ package Reaction::InterfaceModel::Search::Spec;
use Moose::Role;
use Method::Signatures::Simple;
-use JSON qw(to_json from_json);
+use JSON::Any;
use Scalar::Util qw(weaken);
use namespace::clean -except => [ qw(meta) ];