From: Karen Etheridge Date: Tue, 24 Sep 2013 00:00:25 +0000 (-0700) Subject: mark :Regex and :LocalRegex as deprecated X-Git-Tag: v5.9009~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=3656a65d331cc79e95dc984a6a4fce89cfc7045f mark :Regex and :LocalRegex as deprecated --- 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+)$') { }