Files
pkgsrc-ng/devel/p5-MooX-StrictConstructor/DESCR
2016-11-18 22:39:22 +01:00

5 lines
213 B
Plaintext

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.