to 0.11 and adjusting license according to META.yml
Upstream changes:
0.11 2009-06-28 19:29:16
- Update Module::Install to 0.87 to unbreak auto_install.
No functional 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
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
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).