[Moose-commits] r7118 - Moose/branches/moose-manual/lib/Moose/Manual

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Tue Dec 16 22:24:41 GMT 2008


Author: autarch
Date: 2008-12-16 14:24:41 -0800 (Tue, 16 Dec 2008)
New Revision: 7118

Modified:
   Moose/branches/moose-manual/lib/Moose/Manual/Attributes.pod
Log:
Some doc re-org


Modified: Moose/branches/moose-manual/lib/Moose/Manual/Attributes.pod
===================================================================
--- Moose/branches/moose-manual/lib/Moose/Manual/Attributes.pod	2008-12-16 21:53:29 UTC (rev 7117)
+++ Moose/branches/moose-manual/lib/Moose/Manual/Attributes.pod	2008-12-16 22:24:41 UTC (rev 7118)
@@ -478,7 +478,7 @@
 some examples. You can also write your own metaclasses and traits. See
 the "Meta" and "Extending" recipes in L<Moose::Cookbook> for examples.
 
-=head2 Attribute Inheritance
+=head1 ATTRIBUTE INHERITANCE
 
 By default, a child inherits all of its parent class(es)' attributes
 as-is. However, you can explicitly change some aspects of the
@@ -531,6 +531,19 @@
 of an inherited attribute. It's best to only make the new type a
 subtype of the one accepted by the parent.
 
+=head1 MORE ON ATTRIBUTES
+
+Moose attributes are a big topic, and this document glosses over a few
+aspects of their aspects. We recommend that you read the
+L<Moose::Manual::Delegation> and L<Moose::Manual::Types> documents to
+get a more complete understanding of attribute features.
+
+=head1 A FEW MORE OPTIONS
+
+Moose has lots of attribute options. The ones listed below are
+superceded by some more modern features, but are covered for the sake
+of completeness.
+
 =head2 The C<documentation> option
 
 You can provide a piece of documentation as a string for an attribute:
@@ -573,13 +586,6 @@
 This option is inherited from C<Class::MOP>, but we recommend that you
 use a C<builder> (which is Moose-only) instead.
 
-=head1 MORE ON ATTRIBUTES
-
-Moose attributes are a big topic, and this document glosses over a few
-aspects of their aspects. We recommend that you read the
-L<Moose::Manual::Delegation> and L<Moose::Manual::Types> documents to
-get a more complete understanding of attribute features.
-
 =head1 AUTHOR
 
 Dave Rolsky E<lt>autarch at urth.orgE<gt>




More information about the Moose-commits mailing list