Commit graph

4 commits

Author SHA1 Message Date
abs
fcebe12b0c update to use the new Module::Install infrastructure 2009-06-11 12:06:10 +00:00
sno
30412ff84a Patch out auto_install - this will be handled by pkgsrc 2009-05-23 21:45:45 +00:00
sno
1125dca7d0 PkgSrc changes:
- Updating package for p5 module of Catalyst::Action::RenderView from
    0.08 to 0.10
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
0.10 2009-04-29 18:24:50
    - Depend on Data::Visitor 0.24 to avoid Class::MOP deprecation
      warnings. (Florian Ragwitz)

0.09 2009-02-18 21:32:00
    - Store config in $c->config->{'Action::RenderView'}
      instead of $c->config->{debug}.
      Config from $c->config->{debug} is deprecated, but
      still supported.
    - Switch from NEXT to next::method
2009-05-01 11:59:45 +00:00
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