summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-StrictConstructor/DESCR
blob: 20ca22d319c421616d0c6bb15efdab56db5feda2 (plain)
1
2
3
4
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.