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

Moose extension enabling multi method dispatch

 MooseX::MultiMethods is a Perl module providing multi 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.