From 27da6e113d34fef72de8b95b7261c137d6f9ef76 Mon Sep 17 00:00:00 2001 From: doy Date: Sun, 26 Apr 2009 19:21:10 -0500 Subject: renamespace a bunch of things --- lib/Bot/Games.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Bot/Games.pm') diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm index faae682..7bdcd79 100644 --- a/lib/Bot/Games.pm +++ b/lib/Bot/Games.pm @@ -172,7 +172,7 @@ sub _get_command { return $method_meta if blessed($method_meta) && $method_meta->meta->can('does_role') - && $method_meta->meta->does_role('Bot::Games::Meta::Role::Command'); + && $method_meta->meta->does_role('Bot::Games::Meta::Role::Method::Command'); } __PACKAGE__->meta->make_immutable(inline_constructor => 0); -- cgit v1.2.3-54-g00ecf