summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-10-31 15:44:04 -0500
committerJesse Luehrs <doy@tozt.net>2009-10-31 15:44:04 -0500
commit4420ef850b4fd069c6751a4e8f58d74382b0e4d1 (patch)
treee4e7c265dda5b59eb0c07fe9bbe172aa19e37038
parent433b5b5c12fa697e1a6ea2b1d34a1ba3dd9d009d (diff)
downloadbot-games-4420ef850b4fd069c6751a4e8f58d74382b0e4d1.tar.gz
bot-games-4420ef850b4fd069c6751a4e8f58d74382b0e4d1.zip
don't need to manually use extends here anymore
-rw-r--r--lib/Bot/Games/Game/24.pm1
-rw-r--r--lib/Bot/Games/Game/Chess.pm1
-rw-r--r--lib/Bot/Games/Game/Ghost.pm1
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/Bot/Games/Game/24.pm b/lib/Bot/Games/Game/24.pm
index dd072c4..fcfe24b 100644
--- a/lib/Bot/Games/Game/24.pm
+++ b/lib/Bot/Games/Game/24.pm
@@ -1,6 +1,5 @@
package Bot::Games::Game::24;
use Bot::Games::OO;
-extends 'Bot::Games::Game';
use List::Util qw/shuffle/;
use Math::Expression::Evaluator;
diff --git a/lib/Bot/Games/Game/Chess.pm b/lib/Bot/Games/Game/Chess.pm
index d689785..d77f820 100644
--- a/lib/Bot/Games/Game/Chess.pm
+++ b/lib/Bot/Games/Game/Chess.pm
@@ -1,6 +1,5 @@
package Bot::Games::Game::Chess;
use Bot::Games::OO;
-extends 'Bot::Games::Game';
with 'Bot::Games::Game::Role::CurrentPlayer';
use Chess::Rep;
diff --git a/lib/Bot/Games/Game/Ghost.pm b/lib/Bot/Games/Game/Ghost.pm
index 97dbbb9..9dba5d2 100644
--- a/lib/Bot/Games/Game/Ghost.pm
+++ b/lib/Bot/Games/Game/Ghost.pm
@@ -1,7 +1,6 @@
package Bot::Games::Game::Ghost;
use Bot::Games::OO;
use Games::Word::Wordlist;
-extends 'Bot::Games::Game';
with 'Bot::Games::Game::Role::CurrentPlayer';
has '+help' => (