9265a1cd5f
The MooseX::Aliases module will allow you to quickly alias methods in Moose. It provides an alias parameter for has() to generate aliased accessors as well as the standard ones. Attributes can also be initialized in the constructor via their aliased names.
5 lines
257 B
Plaintext
5 lines
257 B
Plaintext
The MooseX::Aliases module will allow you to quickly alias methods in
|
|
Moose. It provides an alias parameter for has() to generate aliased
|
|
accessors as well as the standard ones. Attributes can also be
|
|
initialized in the constructor via their aliased names.
|