From: Hans Dieter Pearcey Date: Wed, 13 Oct 2010 16:42:47 +0000 (-0400) Subject: typo fix X-Git-Tag: 1.16~56 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=859f64b1cf6b63154840f794202f3e9168048fdd;p=gitmo%2FMoose.git typo fix --- diff --git a/lib/Moose/Manual/BestPractices.pod b/lib/Moose/Manual/BestPractices.pod index 79339d0..1e08469 100644 --- a/lib/Moose/Manual/BestPractices.pod +++ b/lib/Moose/Manual/BestPractices.pod @@ -55,7 +55,7 @@ constructor. Two, you are subclassing a non-Moose parent. If you know how to do that, you know when to ignore this best practice ;) -=head2 Always call the original/parent C +=head2 Always call the original/parent C If you C the C method in your class, make sure to play nice and call C to handle cases you're not checking for explicitly.