[Moose-commits] r7119 - Moose/branches/moose-manual/lib/Moose/Manual
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Tue Dec 16 22:25:29 GMT 2008
Author: autarch
Date: 2008-12-16 14:25:28 -0800 (Tue, 16 Dec 2008)
New Revision: 7119
Modified:
Moose/branches/moose-manual/lib/Moose/Manual/Construction.pod
Log:
Add another heading
Modified: Moose/branches/moose-manual/lib/Moose/Manual/Construction.pod
===================================================================
--- Moose/branches/moose-manual/lib/Moose/Manual/Construction.pod 2008-12-16 22:24:41 UTC (rev 7118)
+++ Moose/branches/moose-manual/lib/Moose/Manual/Construction.pod 2008-12-16 22:25:28 UTC (rev 7119)
@@ -14,6 +14,8 @@
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
More information about the Moose-commits
mailing list