From: Dave Rolsky Date: Tue, 11 Dec 2007 19:42:55 +0000 (+0000) Subject: Fix braino X-Git-Tag: 0.04~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=170db2d9388d36d5c035510346f8aef7808c55dd;hp=9cabc97e87e9f853c0813b36b77b54b82402efc7;p=gitmo%2FMooseX-ClassAttribute.git Fix braino --- diff --git a/lib/MooseX/ClassAttribute.pm b/lib/MooseX/ClassAttribute.pm index fee7e0a..d6170f9 100644 --- a/lib/MooseX/ClassAttribute.pm +++ b/lib/MooseX/ClassAttribute.pm @@ -171,7 +171,7 @@ the constructor will not set it. This class exports one function when you use it, C. This works exactly like Moose's C, but it declares class attributes. -Own little nit is that if you include C in your class, you +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.