From 6778932372f5a51d8000ca3ef011e36ab083bd2d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 1 Jun 2009 21:45:43 -0500 Subject: use the new mxah, with traits support --- lib/Bot/Games/Game.pm | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'lib/Bot/Games/Game.pm') diff --git a/lib/Bot/Games/Game.pm b/lib/Bot/Games/Game.pm index 610ee58..d57461d 100644 --- a/lib/Bot/Games/Game.pm +++ b/lib/Bot/Games/Game.pm @@ -11,13 +11,8 @@ has help => ( needs_init => 0, ); -# XXX: traits has to be specified manually here because the metaclass option -# overrides anything set up by MetaRole - once MXAH can use traits, we should -# just use that instead. has players => ( - metaclass => 'Collection::Array', - traits => ['Bot::Games::Trait::Attribute::Command', - 'Bot::Games::Trait::Attribute::Formatted'], + traits => ['Collection::Array'], is => 'ro', isa => 'ArrayRef[Str]', auto_deref => 1, -- cgit v1.2.3-54-g00ecf