From: Karen Etheridge Date: Mon, 12 Mar 2012 19:14:36 +0000 (-0700) Subject: document the builder accessor method X-Git-Tag: 2.0500~34 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa59d4778cc3fac65028327a52aec5d435422247;p=gitmo%2FMoose.git document the builder accessor method --- diff --git a/lib/Class/MOP/Attribute.pm b/lib/Class/MOP/Attribute.pm index 3abf4a9..671719d 100644 --- a/lib/Class/MOP/Attribute.pm +++ b/lib/Class/MOP/Attribute.pm @@ -756,6 +756,8 @@ either a method name or a subroutine reference. =item B<< $attr->is_default_a_coderef >> +=item B<< $attr->builder >> + =item B<< $attr->default($instance) >> The C<$instance> argument is optional. If you don't pass it, the