pkgsrc/devel/p5-MooseX-StrictConstructor/DESCR
he 56e8b4e148 Import p5-MooseX-StrictConstructor version 0.07.
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 calls "Carp::confess()". This
is a great way to catch small typos.
2009-01-11 14:06:19 +00:00

4 lines
232 B
Text

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 calls "Carp::confess()". This
is a great way to catch small typos.