Binary package “libmoosex-multimethods-perl” in ubuntu trusty

Moose extension enabling multiple method dispatch

 MooseX::MultiMethods is a Perl module providing multiple method dispatch
 based on Moose type constraints. When invoking a method declared as "multi",
 a matching variant will be selected based on the passed parameters and the
 declared type constraints.