summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;