[Moose-commits] r7454 - Moose/trunk/lib/Moose/Manual

autarch at code2.0beta.co.uk autarch at code2.0beta.co.uk
Sat Jan 31 21:16:15 GMT 2009


Author: autarch
Date: 2009-01-31 13:16:15 -0800 (Sat, 31 Jan 2009)
New Revision: 7454

Modified:
   Moose/trunk/lib/Moose/Manual/MethodModifiers.pod
Log:
pod fixlet


Modified: Moose/trunk/lib/Moose/Manual/MethodModifiers.pod
===================================================================
--- Moose/trunk/lib/Moose/Manual/MethodModifiers.pod	2009-01-31 21:15:53 UTC (rev 7453)
+++ Moose/trunk/lib/Moose/Manual/MethodModifiers.pod	2009-01-31 21:16:15 UTC (rev 7454)
@@ -212,10 +212,10 @@
   </document>
 
 What makes this combination of C<augment> and C<inner()> special is
-that it allows us to have methods which are called from I<parent
-(least specific) to child (most specific). This inverts the normal
-order, where the child's method is called first, and it in turn will
-call C<< $self->SUPER::method >> to call the parent.
+that it allows us to have methods which are called from parent (least
+specific) to child (most specific). This inverts the normal order,
+where the child's method is called first, and it in turn will call C<<
+$self->SUPER::method >> to call the parent.
 
 Note that in C<Report::IncomeAndExpenses> we call C<inner()> again. If
 the object is an instance of C<Report::IncomeAndExpenses> then this




More information about the Moose-commits mailing list