Package : perl-MooX-StrictConstructor

Package details

Summary: A role to make Moo constructors strict

Description:
Simply loading this module 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.

STANDING ON THE SHOULDERS OF ...
Most of this package was lifted from the MooX::InsideOut manpage and
most of the Role that implements the strictness was lifted from the
MooseX::StrictConstructor manpage.

SUBVERTING STRICTNESS
the MooseX::StrictConstructor manpage documents two tricks for
subverting strictness and avoid having problematic arguments cause an
exception: handling them in BUILD or handle them in BUILDARGS.


URL: http://search.cpan.org/dist/MooX-StrictConstructor
License: GPL+ or Artistic

Maintainer: nobody

List of RPMs