K 10 svn:author V 7 glarkin K 8 svn:date V 27 2008-10-24T17:01:09.000000Z K 7 svn:log V 317 Simply loading the MooseX::StrictConstructor 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. WWW: http://search.cpan.org/dist/MooseX-StrictConstructor/ END