Stevan Little wrote:
You can apply roles like this:with 'Foo'; with 'Bar';It is not recommended because it will bypass the method conflict checking, but it does work and is supported.
Interesting. Ok, I'll go that route. Thank you. OTOH, I think there's going to be another policy added to Perl::Critic::Moose now. :]