Files
pkgsrc-ng/devel/p5-MooX-HandlesVia/DESCR
2016-01-21 23:40:00 +01:00

6 lines
324 B
Plaintext

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.