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=926e780ac58950b4b5ed42fe191c38db7f5dc66e;hp=aa81a45d191336c7b2c2637caee31f2b25715652;hb=b40503314ef6f2cf6f88378e9f35d7a91866b277;hpb=85b408c0ceed0daa7e5615996ca1b9e03096d1ea diff --git a/lib/MooseX/StrictConstructor.pm b/lib/MooseX/StrictConstructor.pm index aa81a45..926e780 100644 --- a/lib/MooseX/StrictConstructor.pm +++ b/lib/MooseX/StrictConstructor.pm @@ -45,9 +45,9 @@ __END__ =head1 DESCRIPTION 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 Cthrow_error()>. This is a great way -to catch small typos. +constructor is called with an attribute init argument that your class does not +declare, then it calls C<< Moose->throw_error() >>. This is a great way to +catch small typos. =head2 Subverting Strictness