X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-StrictConstructor.git;a=blobdiff_plain;f=lib%2FMooseX%2FStrictConstructor.pm;fp=lib%2FMooseX%2FStrictConstructor.pm;h=e7cfda2d5d812e8fab33b589589df867870747dd;hp=5721c41ebe9a15e78d854490edcc0527e81c7603;hb=675cf837a12a363a03931fdab707070d06d913b1;hpb=58d11620a943aacb701bd227e9b38e66349156e8 diff --git a/lib/MooseX/StrictConstructor.pm b/lib/MooseX/StrictConstructor.pm index 5721c41..e7cfda2 100644 --- a/lib/MooseX/StrictConstructor.pm +++ b/lib/MooseX/StrictConstructor.pm @@ -56,7 +56,7 @@ __END__ 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 +does not declare, then it calls Cthrow_error()>. This is a great way to catch small typos. =head2 Subverting Strictness