From 950c53245c02d9c015b008e277abba8c524dc502 Mon Sep 17 00:00:00 2001 From: doy Date: Sat, 20 Dec 2008 03:24:01 -0500 Subject: make_immutable, no Moose --- lib/Bot/Games/Game/Ghost.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/Bot/Games/Game/Ghost.pm') diff --git a/lib/Bot/Games/Game/Ghost.pm b/lib/Bot/Games/Game/Ghost.pm index 4d5d9c0..1268e45 100644 --- a/lib/Bot/Games/Game/Ghost.pm +++ b/lib/Bot/Games/Game/Ghost.pm @@ -13,4 +13,7 @@ sub valid_move { return uc(substr($move, 0, -1)) eq $self->state; } +__PACKAGE__->meta->make_immutable; +no Moose; + 1; -- cgit v1.2.3-54-g00ecf