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 f286425..3cc593e 100644
--- a/lib/Bot/Games/Game/Superghost.pm
+++ b/lib/Bot/Games/Game/Superghost.pm
@@ -1,5 +1,5 @@
package Bot::Games::Game::Superghost;
-use Bot::Games::OO::Game;
+use Bot::Games::OO;
extends 'Bot::Games::Game::Ghost';
has '+help' => (
@@ -21,6 +21,6 @@ command valid_word_from_state => sub {
}, formatter => 'Bool';
__PACKAGE__->meta->make_immutable;
-no Bot::Games::OO::Game;
+no Bot::Games::OO;
1;