projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
badce0a
)
use JSON::Any instead of JSON
Justin Hunter [Sat, 20 Nov 2010 14:46:39 +0000 (06:46 -0800)]
lib/Reaction/InterfaceModel/Search/Spec.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Reaction/InterfaceModel/Search/Spec.pm
b/lib/Reaction/InterfaceModel/Search/Spec.pm
index
25bb916
..
1100840
100644
(file)
--- 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) ];