From: Dave Rolsky Date: Thu, 14 Oct 2010 18:45:00 +0000 (-0500) Subject: Mention default default in docs X-Git-Tag: 1.16~44 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6bf6592de0129e15188c00c7ad6ce592ac686be;p=gitmo%2FMoose.git Mention default default in docs --- diff --git a/lib/Moose/Meta/Attribute/Native.pm b/lib/Moose/Meta/Attribute/Native.pm index a9ecda6..f4b2305 100644 --- a/lib/Moose/Meta/Attribute/Native.pm +++ b/lib/Moose/Meta/Attribute/Native.pm @@ -107,6 +107,12 @@ delegation. See the docs for each native trait for details on what methods are available. +=head2 default or builder + +Some traits provide a "default default" for historical reasons. This behavior +is deprecated, and you are strongly encouraged to provide a default value or +make the attribute required. + =head1 TRAITS FOR NATIVE DELEGATIONS =over