summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/OO.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-15 01:09:43 -0500
committerdoy <doy@tozt.net>2009-01-15 01:09:43 -0500
commit91161b518ac8858899717a785cb3443b695f8a5f (patch)
tree24a1d004e11a41ba879800349b4c0e413d007ab1 /lib/Bot/Games/OO.pm
parent16612c204ffde260a58ef51085fc1343505aa246 (diff)
downloadbot-games-91161b518ac8858899717a785cb3443b695f8a5f.tar.gz
bot-games-91161b518ac8858899717a785cb3443b695f8a5f.zip
syntax fixes
Diffstat (limited to 'lib/Bot/Games/OO.pm')
-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 b1f6a11..8401b47 100644
--- a/lib/Bot/Games/OO.pm
+++ b/lib/Bot/Games/OO.pm
@@ -5,7 +5,7 @@ use Moose::Exporter;
use Bot::Games::Meta::Class;
-sub command($&) {
+sub command {
my $class = shift;
my ($name, $code) = @_;
my $method_meta = Bot::Games::Meta::Method::Command->wrap(