From: Dave Rolsky Date: Wed, 4 Feb 2009 14:25:57 +0000 (+0000) Subject: Attribute accessors do fulfill the requires requirement X-Git-Tag: 0.68~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e62b7a82bbc7e80d14d43b027903861b001140d9;p=gitmo%2FMoose.git Attribute accessors do fulfill the requires requirement --- diff --git a/lib/Moose/Role.pm b/lib/Moose/Role.pm index e1f2b9c..12ab7c1 100644 --- a/lib/Moose/Role.pm +++ b/lib/Moose/Role.pm @@ -262,13 +262,9 @@ ordering. =item * -The C keyword currently only works with actual methods. A method -modifier (before/around/after and override) will not count as a fulfillment -of the requirement, and neither will an autogenerated accessor for an attribute. - -It is likely that attribute accessors will eventually be allowed to fulfill those -requirements, or we will introduce a C keyword of some kind -instead. This decision has not yet been finalized. +The C keyword currently only works with actual methods. A +method modifier (before/around/after and override) will not count as a +fulfillment of the requirement. =back