aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Reaction/InterfaceModel/Search/Spec.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-03-04 20:59:13 -0600
committerJesse Luehrs <doy@tozt.net>2011-03-04 20:59:13 -0600
commit065f3d3d9498c82e25bc2e4c4d175d1ef1a9233f (patch)
treee645867b257d8733513e806e49f26f2a214ddc47 /lib/Reaction/InterfaceModel/Search/Spec.pm
parentb906915263f2a47af1a711575718aea0133564b2 (diff)
downloadreaction-065f3d3d9498c82e25bc2e4c4d175d1ef1a9233f.tar.gz
reaction-065f3d3d9498c82e25bc2e4c4d175d1ef1a9233f.zip
add warning for people who aren't using Reaction::Role(::Parameterized)?HEADmaster
Diffstat (limited to 'lib/Reaction/InterfaceModel/Search/Spec.pm')
-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 1100840..92bc926 100644
--- a/lib/Reaction/InterfaceModel/Search/Spec.pm
+++ b/lib/Reaction/InterfaceModel/Search/Spec.pm
@@ -1,6 +1,6 @@
package Reaction::InterfaceModel::Search::Spec;
-use Moose::Role;
+use Reaction::Role;
use Method::Signatures::Simple;
use JSON::Any;
use Scalar::Util qw(weaken);