more test work

This commit is contained in:
Doug Bell 2010-05-24 11:34:45 -05:00
parent e891410075
commit eec0780893
7 changed files with 31 additions and 5 deletions

View file

@ -4,7 +4,7 @@ use Moose::Role;
has 'objects' => (
is => 'rw',
isa => 'ArrayRef[Object]',
isa => 'ArrayRef',
default => sub { [] },
);