X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FClassAttribute.pm;h=43175c0c7e1eaf4b6cc0b89d2da221c957b98e3d;hb=6c69490fd6deeb4fe15665f46944685200504b3b;hp=5de825715da7fc261a898334881761e054dba602;hpb=67e6eaa5fa77cffa4d1d7fb6c56c62470eddcd3e;p=gitmo%2FMooseX-ClassAttribute.git 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