From 4420ef850b4fd069c6751a4e8f58d74382b0e4d1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 31 Oct 2009 15:44:04 -0500 Subject: don't need to manually use extends here anymore --- lib/Bot/Games/Game/24.pm | 1 - lib/Bot/Games/Game/Chess.pm | 1 - lib/Bot/Games/Game/Ghost.pm | 1 - 3 files changed, 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' => ( -- cgit v1.2.3