From 3c44b32db2e71b56e1403d72f0b6dc113ba56972 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 1 Jun 2009 23:16:00 -0500 Subject: Bot::Games::OO already provides this --- lib/Bot/Games/Game/Chess.pm | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf