From 5af5428d564bb0c0748ddac21fa5823c1c19f965 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 31 Oct 2009 15:25:24 -0500 Subject: remove mx-ah --- lib/Bot/Games/Game/Chess.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Bot/Games/Game/Chess.pm') diff --git a/lib/Bot/Games/Game/Chess.pm b/lib/Bot/Games/Game/Chess.pm index c3eb14f..d689785 100644 --- a/lib/Bot/Games/Game/Chess.pm +++ b/lib/Bot/Games/Game/Chess.pm @@ -17,12 +17,12 @@ has game => ( ); has turn_count => ( - traits => ['MooseX::AttributeHelpers::Trait::Counter'], + traits => [qw(Counter)], is => 'ro', isa => 'Int', default => 1, - provides => { - inc => 'inc_turn', + handles => { + inc_turn => 'inc', } ); -- cgit v1.2.3-54-g00ecf