summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-06-01 23:16:00 -0500
committerJesse Luehrs <doy@tozt.net>2009-06-01 23:21:28 -0500
commit3c44b32db2e71b56e1403d72f0b6dc113ba56972 (patch)
tree5f01faa27eb2c63de65694c659c7a9ced57ba82a
parentabe748bcfbb9bff0c358d0e2b6dd5aee6c4a29a9 (diff)
downloadbot-games-3c44b32db2e71b56e1403d72f0b6dc113ba56972.tar.gz
bot-games-3c44b32db2e71b56e1403d72f0b6dc113ba56972.zip
Bot::Games::OO already provides this
-rw-r--r--lib/Bot/Games/Game/Chess.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Bot/Games/Game/Chess.pm b/lib/Bot/Games/Game/Chess.pm
index 06a014e..28a7183 100644
--- a/lib/Bot/Games/Game/Chess.pm
+++ b/lib/Bot/Games/Game/Chess.pm
@@ -2,7 +2,6 @@ package Bot::Games::Game::Chess;
use Bot::Games::OO::Game;
extends 'Bot::Games::Game';
-use MooseX::AttributeHelpers;
use Chess::Rep;
use App::Nopaste;