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=955bdf3df0c67d21325e3bc8ad313279903aab75;hpb=f47304324504a267b234018e6cdec9ff36ac0573 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