From: Shawn M Moore Date: Sat, 30 May 2009 19:34:19 +0000 (-0400) Subject: Typo fix X-Git-Tag: 0.80~46 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=764a7831970d0fe0459c0e69aa459acc5c5d257b;p=gitmo%2FMoose.git Typo fix --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 19c2a4e..96612fc 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -620,7 +620,7 @@ sub create { # has 'roles' => ( # metaclass => 'Collection::Array', # reader => 'get_roles', -# isa => 'ArrayRef[Moose::Meta::Roles]', +# isa => 'ArrayRef[Moose::Meta::Role]', # default => sub { [] }, # provides => { # 'push' => 'add_role',