summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-01 23:41:34 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-01 23:41:34 -0500
commit1befad147edda6564a8e65e7c3ef68662c58534f (patch)
tree10334c6f5fc91123b75edd00a0ff3454807870a7
parentebd3d2259770772b4f628120e1a581bdc6927546 (diff)
downloadbot-games-1befad147edda6564a8e65e7c3ef68662c58534f.tar.gz
bot-games-1befad147edda6564a8e65e7c3ef68662c58534f.zip
package end stuff for the chess module
-rw-r--r--lib/Bot/Games/Game/Chess.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Bot/Games/Game/Chess.pm b/lib/Bot/Games/Game/Chess.pm
index a899a4c..fb32c9d 100644
--- a/lib/Bot/Games/Game/Chess.pm
+++ b/lib/Bot/Games/Game/Chess.pm
@@ -64,4 +64,7 @@ sub format_turn {
$ret .= $turn->{san};
}
+__PACKAGE__->meta->make_immutable;
+no Bot::Games::OO::Game;
+
1;