table of contents
MooseX::Aliases::Meta::Trait::Method(3) | User Contributed Perl Documentation | MooseX::Aliases::Meta::Trait::Method(3) |
NAME¶
MooseX::Aliases::Meta::Trait::Method - method metaclass trait for MooseX::Aliases
VERSION¶
version 0.11
DESCRIPTION¶
This trait adds an attribute to metaclasses of aliased methods, to track which method they were aliased from.
METHODS¶
aliased_from¶
Returns the name of the method that this method is an alias of.
AUTHORS¶
- Jesse Luehrs <doy@tozt.net>
- Chris Prather <chris@prather.org>
- Justin Hunter <justin.d.hunter@gmail.com>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2013 by Jesse Luehrs.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2013-07-26 | perl v5.40.0 |