summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-16 01:47:27 -0500
committerdoy <doy@tozt.net>2009-01-16 01:47:27 -0500
commit4531fcd737acc84ff1c7186519c446d2fa224e49 (patch)
tree1fa7be17b4f2867cdceb9de4fe51a0256e9865c2
parentab6e73e62b25f94694c15ae6ec0d9e1bd73bef35 (diff)
downloadbot-games-4531fcd737acc84ff1c7186519c446d2fa224e49.tar.gz
bot-games-4531fcd737acc84ff1c7186519c446d2fa224e49.zip
have to use inline_constructor => 0 in Bot::Games too, since it inherits the Bot::BasicBot constructor
-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 5e0e8e4..11badc5 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -99,7 +99,7 @@ sub _format {
return $to_print;
}
-__PACKAGE__->meta->make_immutable;
+__PACKAGE__->meta->make_immutable(inline_constructor => 0);
no Bot::Games::OO;
1;