From: Dave Rolsky Date: Tue, 16 Dec 2008 22:25:28 +0000 (+0000) Subject: Add another heading X-Git-Tag: 0.66~27^2~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=62225ecf2316a8565533d1470658234ca86468ba;p=gitmo%2FMoose.git Add another heading --- diff --git a/lib/Moose/Manual/Construction.pod b/lib/Moose/Manual/Construction.pod index bb9c34e..d71fb6b 100644 --- a/lib/Moose/Manual/Construction.pod +++ b/lib/Moose/Manual/Construction.pod @@ -14,6 +14,8 @@ follow our recommendations in L and make your class immutable, then you actually get a class-specific C 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 Cs). This is just another way in which Moose keeps you from