summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/Game/24.pm
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-04-26 19:15:18 -0500
committerdoy <doy@tozt.net>2009-04-26 19:15:18 -0500
commit39d4781a8db91a1892ffb170117a7e623348ebc3 (patch)
tree3e3c9bdbf47eb43c62e1b3658c7e2ddbc1c5cee7 /lib/Bot/Games/Game/24.pm
parentb6b768619fd072d0d92760ba820ba02a8924e5f9 (diff)
downloadbot-games-39d4781a8db91a1892ffb170117a7e623348ebc3.tar.gz
bot-games-39d4781a8db91a1892ffb170117a7e623348ebc3.zip
use a separate exporter package for games
Diffstat (limited to 'lib/Bot/Games/Game/24.pm')
-rw-r--r--lib/Bot/Games/Game/24.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Bot/Games/Game/24.pm b/lib/Bot/Games/Game/24.pm
index 8dc2b80..e8790f4 100644
--- a/lib/Bot/Games/Game/24.pm
+++ b/lib/Bot/Games/Game/24.pm
@@ -1,5 +1,5 @@
package Bot::Games::Game::24;
-use Bot::Games::OO;
+use Bot::Games::OO::Game;
extends 'Bot::Games::Game';
use List::Util qw/shuffle/;