Binary package “libmoops-perl” in ubuntu xenial

moops object-oriented programming sugar

 Moops is sugar for declaring and using roles and classes in Perl.
 .
 The syntax is inspired by MooseX::Declare, and Stevan Little's
 p5-mop-redux project (which is in turn partly inspired by Perl 6).
 .
 Moops has fewer than half of the dependencies as MooseX::Declare, loads
 in about 25% of the time, and the classes built with it run
 significantly faster. Moops does not use Devel::Declare, instead using
 Perl's pluggable keyword API.
 .
 Moops uses Moo to build classes and roles by default, but allows you to
 use Moose if you desire. (And Mouse experimentally.)
 .
 Install libmoosex-xsaccessor-perl to automatically speedup Moose
 classes.