summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/Ghostlike.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/Game/Ghostlike.pm')
-rw-r--r--lib/Bot/Games/Game/Ghostlike.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Bot/Games/Game/Ghostlike.pm b/lib/Bot/Games/Game/Ghostlike.pm
index 4576b2c..619cdb9 100644
--- a/lib/Bot/Games/Game/Ghostlike.pm
+++ b/lib/Bot/Games/Game/Ghostlike.pm
@@ -126,4 +126,7 @@ sub _current_player_index {
return 0;
}
+__PACKAGE__->meta->make_immutable;
+no Moose;
+
1;