Add another heading
Dave Rolsky [Tue, 16 Dec 2008 22:25:28 +0000 (22:25 +0000)]
lib/Moose/Manual/Construction.pod

index bb9c34e..d71fb6b 100644 (file)
@@ -14,6 +14,8 @@ follow our recommendations in L<Moose::Manual::BestPractices> and make
 your class immutable, then you actually get a class-specific C<new>
 method genreated in your class.
 
+=head1 OBJECT CONSTRUCTION AND ATTRIBUTES
+
 The Moose-provided constructor accepts a hash or hash reference of
 named parameters matching your attributes (actually, matching their
 C<init_arg>s). This is just another way in which Moose keeps you from