Binary package “libmousex-strictconstructor-perl” in ubuntu bionic

Mouse extension for making object constructors die on unknown attributes

 Simply loading MouseX::StrictConstructor in your Perl package will make
 your constructor "strict". If your constructor is called with an attribute
 argument that your class does not declare, then it dies. This is a great
 way to catch small typos.