Hello,
I'd like to assign multiple pass, at run-time, to the same action. For
example:
package MyApp::Controller::Foo;
sub foo :Path {...}
Then, have /foo, /bar, /other associated with MyApp::Controller::Foo->foo
One way to do it woould be to catch /bar and /other in the "default" action,
and forward it it to /foo. But this does not look like a clean solution. Any
better way do achieve this?
Thank you
Julien
_______________________________________________
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/