search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
5 lines
271 B
Text
5 lines
271 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 dies. This is a great way to catch small typos.
|
|
|
|
WWW: https://metacpan.org/release/MooX-StrictConstructor
|