X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FIntro.pod;h=824af65481fc6f6ecaa2c5e593bc78a34ddc3b32;hp=4749dae1f76ae79bf0737817ae9a63749c7563f1;hb=6f3c19b2b0d3dcc1c1ec5e8a08352aeec28f8562;hpb=4299d9f5d43af74cdd91f61d7b0d1a132995f377 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