summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/24.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2008-12-20 03:24:01 -0500
committerdoy <doy@tozt.net>2008-12-20 03:24:01 -0500
commit950c53245c02d9c015b008e277abba8c524dc502 (patch)
treea23c3246dc2c9012e0e0a193a60750d9f01662c6 /lib/Bot/Games/Game/24.pm
parentc7e51b0c38746f568e60b655a737fc19ef8ba0fa (diff)
downloadbot-games-950c53245c02d9c015b008e277abba8c524dc502.tar.gz
bot-games-950c53245c02d9c015b008e277abba8c524dc502.zip
make_immutable, no Moose
Diffstat (limited to 'lib/Bot/Games/Game/24.pm')
-rw-r--r--lib/Bot/Games/Game/24.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Bot/Games/Game/24.pm b/lib/Bot/Games/Game/24.pm
index 8dcab4e..df317c6 100644
--- a/lib/Bot/Games/Game/24.pm
+++ b/lib/Bot/Games/Game/24.pm
@@ -88,4 +88,7 @@ sub _evaluate {
return eval $expr;
}
+__PACKAGE__->meta->make_immutable;
+no Moose;
+
1;