On Thu, Jan 06, 2011 at 06:58:35AM -0500, Stevan Little wrote: > I think currently DOES support is located in Moose::Object, seems like a > good idea to add support for it in the Meta Role too.
The behaviour depends on if UNIVERSAL::DOES is implemented by the version of perl too. On 5.12 Ovid's script prints "11", i.e. DOES is implemented but a role does not do itself. Seems like the behaviour should be consistent between perl versions to me. David