perl-MooseX-Aliases
easy aliasing of methods and attributes in Moose
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. You can create more than one alias at once by passing a arrayref: has ip_addr =>( alias =>[ qw(ipAddr ip) ], );
Artistic-1.0 or GPL-1.0+cloud_download Downloads
To download packages, you need to log in and have a valid subscription.
Please select a product to see the available package versions:
Loading...
Loading package downloads...