From: Dave Rolsky Date: Sat, 24 Nov 2007 21:36:07 +0000 (+0000) Subject: A bit more docs. X-Git-Tag: 0.01~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-ClassAttribute.git;a=commitdiff_plain;h=7dc1418a6b300b240bc9274b612a91f7fe0efbad A bit more docs. --- diff --git a/lib/MooseX/ClassAttribute.pm b/lib/MooseX/ClassAttribute.pm index cdf664d..bfa5feb 100644 --- a/lib/MooseX/ClassAttribute.pm +++ b/lib/MooseX/ClassAttribute.pm @@ -159,6 +159,10 @@ You can use any feature of Moose's attribute declarations, including overriding a parent's attributes, delegation (C), and attribute metaclasses, and it should just work. +The accessors methods for class attribute may be called on the class +directly, or on objects of that class. Passing a class attribute to +the constructor will not set it. + =head1 FUNCTIONS This class exports one function when you use it, C. This