Moose and error messages, the sun and the moon [closed]
- by xxxxxxx
So again using Moose I write a role like this:
package My::Role;
use Moose::Role;
use Some::Class::Consuming::My::Role;
With the note that Some::Class::Consuming::My::Role consumes the role My::Role;
And what do I get ? I get an error message like this:
A role generator is required to generate roles at…