Re: [Catalyst] Chained Regexes

2008-09-27 Thread Matt S Trout
On Wed, Sep 24, 2008 at 07:10:38AM -0700, Ovid wrote: > Pursuant to a refactoring issue I explained at > http://use.perl.org/~Ovid/journal/37525, it would be nice if I could mix > regexes with Chained actions. There are some nice refactoring potential. > Plus, by allowing me to apply a regex t

[Catalyst] Chained Regexes

2008-09-24 Thread Ovid
Pursuant to a refactoring issue I explained at http://use.perl.org/~Ovid/journal/37525, it would be nice if I could mix regexes with Chained actions. There are some nice refactoring potential. Plus, by allowing me to apply a regex to a CaptureArg or Arg, I could get 404s for free. Having to