summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/Ghost.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-27 01:38:40 -0500
committerdoy <doy@tozt.net>2009-04-27 01:38:40 -0500
commite80ea4c3328f5d2919d9f4bc09247004de07ec4a (patch)
tree59bc0b666784bfba5230819e776b41a9b27c1c15 /lib/Bot/Games/Game/Ghost.pm
parent59a7ebea42c16a097875fb7b8bfd36be8c616a57 (diff)
downloadbot-games-e80ea4c3328f5d2919d9f4bc09247004de07ec4a.tar.gz
bot-games-e80ea4c3328f5d2919d9f4bc09247004de07ec4a.zip
games should unimport Bot::Games::OO::Game, not Bot::Games::OO
Diffstat (limited to 'lib/Bot/Games/Game/Ghost.pm')
-rw-r--r--lib/Bot/Games/Game/Ghost.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games/Game/Ghost.pm b/lib/Bot/Games/Game/Ghost.pm
index 703c336..64e742e 100644
--- a/lib/Bot/Games/Game/Ghost.pm
+++ b/lib/Bot/Games/Game/Ghost.pm
@@ -155,6 +155,6 @@ sub maybe_add_player {
}
__PACKAGE__->meta->make_immutable;
-no Bot::Games::OO;
+no Bot::Games::OO::Game;
1;