summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/Superghost.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/Game/Superghost.pm')
-rw-r--r--lib/Bot/Games/Game/Superghost.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Bot/Games/Game/Superghost.pm b/lib/Bot/Games/Game/Superghost.pm
index b286c93..ae4438a 100644
--- a/lib/Bot/Games/Game/Superghost.pm
+++ b/lib/Bot/Games/Game/Superghost.pm
@@ -1,6 +1,6 @@
#!/usr/bin/perl
package Bot::Games::Game::Superghost;
-use Moose;
+use Bot::Games::OO;
extends 'Bot::Games::Game::Ghostlike';
has '+help' => (
@@ -15,6 +15,6 @@ sub valid_move {
}
__PACKAGE__->meta->make_immutable;
-no Moose;
+no Bot::Games::OO;
1;