summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-01 02:34:18 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-01 02:57:29 -0500
commit3e11ec4d081928b62027baae9d9ede5ab8c2da2a (patch)
tree8eaad5efb781b5ecf755ed67083002cb1b8f20ce
parent50bec03e267b34401bac32f7936686b7dc51088e (diff)
downloadbot-games-3e11ec4d081928b62027baae9d9ede5ab8c2da2a.tar.gz
bot-games-3e11ec4d081928b62027baae9d9ede5ab8c2da2a.zip
MooseX::NonMoose takes care of this
-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 ef61c5f..ac5df25 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -145,7 +145,7 @@ sub find_game {
return;
}
-__PACKAGE__->meta->make_immutable(inline_constructor => 0);
+__PACKAGE__->meta->make_immutable;
no Bot::Games::OO;
1;