Re: [Catalyst] creating action classes for chained actions, trouble with overriding ->match

2007-05-09 Thread Matt S Trout
On Tue, May 08, 2007 at 02:04:01PM -0700, John Napiorkowski wrote: > > --- Matt S Trout <[EMAIL PROTECTED]> wrote: > > > On Tue, Mar 20, 2007 at 01:15:48PM -0700, John > > Napiorkowski wrote: > > > I may have answered my own question. A peer > > pointed me to: > > > > > > > > > http://search.cp

Re: [Catalyst] creating action classes for chained actions, trouble with overriding ->match

2007-05-08 Thread John Napiorkowski
--- Matt S Trout <[EMAIL PROTECTED]> wrote: > On Tue, Mar 20, 2007 at 01:15:48PM -0700, John > Napiorkowski wrote: > > I may have answered my own question. A peer > pointed me to: > > > > > http://search.cpan.org/src/MRAMBERG/Catalyst-Runtime-5.7007/lib/Catalyst/DispatchType/Chained.pm > > > >

Re: [Catalyst] creating action classes for chained actions, trouble with overriding ->match

2007-05-08 Thread Matt S Trout
On Tue, Mar 20, 2007 at 01:15:48PM -0700, John Napiorkowski wrote: > I may have answered my own question. A peer pointed me to: > > http://search.cpan.org/src/MRAMBERG/Catalyst-Runtime-5.7007/lib/Catalyst/DispatchType/Chained.pm > > and down in a method called 'recurse_match' it does indeed seem

Re: [Catalyst] creating action classes for chained actions, trouble with overriding ->match

2007-03-20 Thread John Napiorkowski
- Original Message From: John Napiorkowski <[EMAIL PROTECTED]> To: catalyst@lists.rawmode.org Sent: Tuesday, March 20, 2007 4:07:29 PM Subject: [Catalyst] creating action classes for chained actions, trouble with overriding ->match Hi, I've been working on some actio

[Catalyst] creating action classes for chained actions, trouble with overriding ->match

2007-03-20 Thread John Napiorkowski
Hi, I've been working on some action classes that are primarily used by chained actions (although they could be used otherwise) and running into some confusion about overriding the ->match method. It seems like if you have an action chain with several actions that have action classes, the ->ma