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=da1d8db79bb489c9c2b79c1bd95e2e34048afb04;hp=b724813dbb72d5fea89c43a6f2e47bba6df8fde1;hb=3656a65d331cc79e95dc984a6a4fce89cfc7045f;hpb=7dae18130c043bcdc2116dde364e545c89963368 diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index b724813..da1d8db 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -942,6 +942,10 @@ is equivalent to =item * Pattern match (C<:Regex> and C<:LocalRegex>) +B Use Chained methods or other techniques. +If you really depend on this, install the standalone +L distribution. + package MyApp::Controller::My::Controller; sub bar : Regex('^item(\d+)/order(\d+)$') { }