Subject: | MooseX::MethodAttributes::Role::Meta::Role->apply does not pass %opts on to parent |
The MooseX::MethodAttributes::Role::Meta::Role role adds an around
modifier to the apply method, and later calls $self->$orig($thing).
However, it does not pass the options in %opt to the next apply method.
This is required for compatibility with e.g. MooseX::Role::Parameterized.