summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-26 22:32:46 -0500
committerdoy <doy@tozt.net>2009-04-26 22:32:46 -0500
commit689d4735313006f5d9a8e66e2f907a2187c0e0da (patch)
treeed894750209faa51155f78e91f819a78dcfcb02b
parent010297ccd797b2de560ba1d52d6be8cfa7d5f013 (diff)
downloadbot-games-689d4735313006f5d9a8e66e2f907a2187c0e0da.tar.gz
bot-games-689d4735313006f5d9a8e66e2f907a2187c0e0da.zip
nitpick
-rw-r--r--lib/Bot/Games/OO/Game.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games/OO/Game.pm b/lib/Bot/Games/OO/Game.pm
index 9a521cb..972584e 100644
--- a/lib/Bot/Games/OO/Game.pm
+++ b/lib/Bot/Games/OO/Game.pm
@@ -11,7 +11,7 @@ sub command {
if $args{formatter};
my $method_metaclass = Moose::Meta::Class->create_anon_class(
superclasses => [$superclass],
- roles => [@method_metaclass_roles],
+ roles => \@method_metaclass_roles,
cache => 1,
);
if ($method_meta) {