Catalyst-Runtime
================
This is the Runtime distribution for the Catalyst MVC framework.
For more information about Catalyst, write
$ perldoc Catalyst
at the command line, or visit http://www.catalystframework.org/.
You can also install Catalyst::Manual from CPAN for more
comprehensive information.
If you are going to write your own Catalyst application, you will
need to install Catal
more»
# This file documents the revision history for Perl extension Catalyst.
5.90005 - 2011-10-22 13:35:00
New features:
- $c->uri_for_action can now take an array of CaptureArgs and Args
If you have an action which has both, then you can now say:
$c->uri_for_action('/myaction', [@captures, @args]);
whereas before you had to say:
$c->uri_for_action('/myaction', [@captures],
more»