summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-15 01:27:40 -0500
committerdoy <doy@tozt.net>2009-01-15 01:27:40 -0500
commit7e0cdc18d34c2c0cddce186400d508581a5a698b (patch)
tree756587c8b0d0f59f4a7232919f46116e6c99af33
parentf16b5b4d8dd2ee915637a181445e1bee7eaccdf5 (diff)
downloadbot-games-7e0cdc18d34c2c0cddce186400d508581a5a698b.tar.gz
bot-games-7e0cdc18d34c2c0cddce186400d508581a5a698b.zip
there is no more Bot::Games::Meta::Method::Command
-rw-r--r--lib/Bot/Games/OO.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games/OO.pm b/lib/Bot/Games/OO.pm
index 8401b47..97d6eb0 100644
--- a/lib/Bot/Games/OO.pm
+++ b/lib/Bot/Games/OO.pm
@@ -8,7 +8,7 @@ use Bot::Games::Meta::Class;
sub command {
my $class = shift;
my ($name, $code) = @_;
- my $method_meta = Bot::Games::Meta::Method::Command->wrap(
+ my $method_meta = Moose::Meta::Method->wrap(
$code,
package_name => $class,
name => $name,