From: Dave Rolsky Date: Tue, 9 Feb 2010 23:10:48 +0000 (-0600) Subject: Mentio namespace::autoclean X-Git-Tag: 0.11~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c69490fd6deeb4fe15665f46944685200504b3b;hp=67e6eaa5fa77cffa4d1d7fb6c56c62470eddcd3e;p=gitmo%2FMooseX-ClassAttribute.git Mentio namespace::autoclean --- diff --git a/lib/MooseX/ClassAttribute.pm b/lib/MooseX/ClassAttribute.pm index 5de8257..43175c0 100644 --- a/lib/MooseX/ClassAttribute.pm +++ b/lib/MooseX/ClassAttribute.pm @@ -99,9 +99,10 @@ the constructor will not set that attribute. This class exports one function when you use it, C. This works exactly like Moose's C, but it declares class attributes. -One little nit is that if you include C in your class, you -won't remove the C function. To do that you must include -C as well. +One little nit is that if you include C in your class, you won't +remove the C function. To do that you must include C as well. Or you can just use L +instead. =head2 Implementation and Immutability