pkgsrc/www/p5-Catalyst-Action-RenderView/DESCR
abs 76643d1370 Added www/p5-Catalyst-Action-RenderView version 0.08
The final rendering action for the Catalyst web framework.

This action implements a sensible default end action, which will
forward to the first available view, unless status is set to 3xx,
or there is a response body. It also allows you to pass dump_info=1
to the url in order to force a debug screen, while in debug mode.

If you have more than one view, you can specify which one to use
with the default_view config setting (see Catalyst's $c->view($name)
method).
2008-07-15 09:15:03 +00:00

10 lines
469 B
Text

The final rendering action for the Catalyst web framework.
This action implements a sensible default end action, which will
forward to the first available view, unless status is set to 3xx,
or there is a response body. It also allows you to pass dump_info=1
to the url in order to force a debug screen, while in debug mode.
If you have more than one view, you can specify which one to use
with the default_view config setting (see Catalyst's $c->view($name)
method).