From e7b0b9e2af779558bd7d2dbb7f1c1990ed60fa50 Mon Sep 17 00:00:00 2001 From: Justin Hunter Date: Sat, 20 Nov 2010 06:46:39 -0800 Subject: use JSON::Any instead of JSON --- lib/Reaction/InterfaceModel/Search/Spec.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Reaction') 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) ]; -- cgit v1.2.3-54-g00ecf