From 1befad147edda6564a8e65e7c3ef68662c58534f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 1 Jun 2009 23:41:34 -0500 Subject: package end stuff for the chess module --- lib/Bot/Games/Game/Chess.pm | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3