From: Shawn M Moore Date: Sat, 30 May 2009 19:34:34 +0000 (-0400) Subject: required_methods is now a hashref of Method::Requireds not Strs X-Git-Tag: 0.80~45 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=72264f106441ca596c149513d48c7e07d6b7203e;p=gitmo%2FMoose.git required_methods is now a hashref of Method::Requireds not Strs --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 96612fc..68bf40a 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -656,7 +656,7 @@ sub create { # has 'required_methods' => ( # metaclass => 'Collection::Hash', # reader => 'get_required_methods_map', -# isa => 'HashRef[Str]', +# isa => 'HashRef[Moose::Meta::Role::Method::Required]', # provides => { # # not exactly set, or delete since it works for multiple # 'set' => 'add_required_methods',