7f31ed1548
MooX::HandlesVia is an extension of Moo's 'handles' attribute functionality. It provides a means of proxying functionality from an external class to the given attribute. This is most commonly used as a way to emulate 'Native Trait' behavior that has become commonplace in Moose code, for which there was no Moo alternative.
5 lines
324 B
Text
5 lines
324 B
Text
MooX::HandlesVia is an extension of Moo's 'handles' attribute
|
|
functionality. It provides a means of proxying functionality from
|
|
an external class to the given attribute. This is most commonly
|
|
used as a way to emulate 'Native Trait' behavior that has become
|
|
commonplace in Moose code, for which there was no Moo alternative.
|