summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/OO/Role.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/OO/Role.pm')
-rw-r--r--lib/Bot/Games/OO/Role.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bot/Games/OO/Role.pm b/lib/Bot/Games/OO/Role.pm
index 80810f2..43bcf4f 100644
--- a/lib/Bot/Games/OO/Role.pm
+++ b/lib/Bot/Games/OO/Role.pm
@@ -1,10 +1,10 @@
package Bot::Games::OO::Role;
-use Moose ();
+use IM::Engine::Plugin::Commands::OO::Role ();
use MooseX::AttributeHelpers;
use Moose::Exporter;
Moose::Exporter->setup_import_methods(
- also => ['Moose::Role'],
+ also => ['IM::Engine::Plugin::Commands::OO::Role'],
);
1;