[Catalyst] stripping path parts and then redispatch?

Tomas Doran bobtfish at bobtfish.net
Wed Feb 25 01:12:57 GMT 2009


On 24 Feb 2009, at 18:49, Larry Leszczynski wrote:
>
> I'll be happy to give it a go, if someone can suggest appropriate  
> places
> to add this to the POD and/or wiki...

How about here: http://dev.catalyst.perl.org/wiki/wikicookbook

>>>      $c->SUPER::prepare_path(@_);
>>>

Tiny nit pick - you probably want to say $c->next::method(@_) rather  
than SUPER::.

I don't think it matters one jot in this case, but this is  
recommended as general practice :)

Cheers
t0m



More information about the Catalyst mailing list