[Catalyst] Regex dispatch type is deprecated

2015-07-07 Thread Dmitry Karasik
stion is, what's the best recommended way to rewrite requests such as a-2-3.png, for example? Or, how could I rewrite these requests with chaining? -- Thank you, Dmitry Karasik ___ List: Catalyst@lists.scsys.co.uk Listinfo: http://lis

Re: [Catalyst] Regex dispatch type is deprecated

2015-07-08 Thread Dmitry Karasik
u can create custom ActionRoles for special > dispatch rule needs. In general I think the new feature to add type > constraint checks on Args and CaptureArgs gives you everything you had with > regexp and more. Feedback, and bug fix patches welcomed! > > Jnap > > >