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
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/