mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 18:48:05 -04:00
5 lines
232 B
Plaintext
5 lines
232 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 calls "Carp::confess()". This
|
|
is a great way to catch small typos.
|