summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/OO/Role.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-10-31 15:16:49 -0500
committerJesse Luehrs <doy@tozt.net>2009-10-31 15:28:04 -0500
commit188ad8e49c1fa2802eaa55b3d4ae978f2c58c23c (patch)
tree89333ab23955cceb45dada36ffe89a7a23c855b3 /lib/Bot/Games/OO/Role.pm
parentda36dca6178721b1c91b5e680d01e2595c2b1801 (diff)
downloadbot-games-188ad8e49c1fa2802eaa55b3d4ae978f2c58c23c.tar.gz
bot-games-188ad8e49c1fa2802eaa55b3d4ae978f2c58c23c.zip
convert Bot::Games to use IM::Engine::Plugin::Commands
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;