From 188ad8e49c1fa2802eaa55b3d4ae978f2c58c23c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 31 Oct 2009 15:16:49 -0500 Subject: convert Bot::Games to use IM::Engine::Plugin::Commands --- lib/Bot/Games/OO/Role.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Bot/Games/OO/Role.pm') 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; -- cgit v1.2.3-54-g00ecf