libmoox-strictconstructor-perl

Make moo-based object constructors blow up on unknown attributes
  https://metacpan.org/release/MooX-StrictConstructor
  0
  no reviews



Simply loading moox::strictconstructor makes your constructors "strict". if your constructor is called with an attribute init argument that your class does not declare, then it dies. this is a great way to catch small typos.