summaryrefslogtreecommitdiff
path: root/devel/p5-MooX-HandlesVia/DESCR
blob: 713de302ad0f217a23d8af5a1acf69af9a870088 (plain)
1
2
3
4
5
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.