------------------
0.001007 2015-02-16 09:12:08-05:00 America/New_York
- fix some badly cp'd pod (RT 91955)
- add missing test time dependency on Test::Fatal (RT 101971)
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.