
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 atttribute.
this is most commonly used as a way to emulate 'native trait' behavior that is common in moose code.