From: Tomas Doran Date: Tue, 29 Nov 2011 13:46:07 +0000 (+0000) Subject: Fix mistake with auto method location X-Git-Tag: 5.9003~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=a696baf692db7d3d8b1bfa844b4204b8e9a0704f Fix mistake with auto method location --- diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 013ba51..bd9ad73 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -1099,7 +1099,7 @@ turn. sub auto : Private { } C, however, doesn't override like this: providing they exist, -C, C and +C, C and C would be called in turn. Here are some examples of the order in which the various built-ins