From e80ea4c3328f5d2919d9f4bc09247004de07ec4a Mon Sep 17 00:00:00 2001 From: doy Date: Mon, 27 Apr 2009 01:38:40 -0500 Subject: games should unimport Bot::Games::OO::Game, not Bot::Games::OO --- lib/Bot/Games/Game/Ghost.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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; -- cgit v1.2.3-54-g00ecf