summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-26 19:25:37 -0500
committerdoy <doy@tozt.net>2009-04-26 19:25:37 -0500
commit42385a5a09bee71148e745ccbfe0a8d5286255f8 (patch)
tree70da3ab0f3f9528efdcceb5a87e2ea682549f17b /lib/Bot/Games.pm
parent27da6e113d34fef72de8b95b7261c137d6f9ef76 (diff)
downloadbot-games-42385a5a09bee71148e745ccbfe0a8d5286255f8.tar.gz
bot-games-42385a5a09bee71148e745ccbfe0a8d5286255f8.zip
more renamespacing
Diffstat (limited to 'lib/Bot/Games.pm')
-rw-r--r--lib/Bot/Games.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index 7bdcd79..fb8df7c 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::Method::Command');
+ && $method_meta->meta->does_role('Bot::Games::Trait::Method::Command');
}
__PACKAGE__->meta->make_immutable(inline_constructor => 0);