Subject: | Documentation error in MooseX::Role::Parameterized::Meta::Role::Parameterizable |
The documentation for the generate_role method says that can take any combination of three named parameters:
- arguments
- package
- consumer
However, the "arguments" parameter is actually called "parameters". So the list needs to be corrected.
Also, in the paragraph introducing the named parameters, I'd also suggest referring to them as "named arguments" to avoid confusion with the argument which is actually named "parameters".