From: Kieren Diment Date: Fri, 30 May 2008 08:03:45 +0000 (+0000) Subject: final pre-release tweak to manual X-Git-Tag: v5.8005~291 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=955bdf3df0c67d21325e3bc8ad313279903aab75 final pre-release tweak to manual --- diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index 4749dae..824af65 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -887,7 +887,8 @@ call these built-in private actions in your application class: Called when no other action matches. Could be used, for example, for displaying a generic frontpage for the main app, or an error page for -individual controllers. +individual controllers. B: in older Catalyst applications you +will see C which is roughly speaking equivalent. =item * B @@ -897,7 +898,9 @@ it is weighted slightly higher in the matching process. It is useful as a static entry point to a controller, e.g. to have a static welcome page. Note that it's also weighted higher than Path. Actually the sub name C can be called anything you want. The sub attributes are -what determines the behaviour of the action. +what determines the behaviour of the action. B: in older +Catalyst applications, you will see C used, which is +roughly speaking equivalent. =item * B