Source: libcatalyst-action-renderview-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Damyan Ivanov Build-Depends: debhelper (>= 9.20120312) Build-Depends-Indep: libcatalyst-perl (>= 5.80030), libdata-visitor-perl (>= 0.24), libhttp-request-ascgi-perl, libmro-compat-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-action-renderview-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-action-renderview-perl.git Homepage: https://metacpan.org/release/Catalyst-Action-RenderView Package: libcatalyst-action-renderview-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl (>= 5.80030), libdata-visitor-perl (>= 0.24), libmro-compat-perl Breaks: libcatalyst-modules-perl (<< 48~) Replaces: libcatalyst-modules-perl (<< 48~) Description: Sensible default end action for Catalyst Catalyst::Action::RenderView module implements a sensible default end action for Catalyst, which will forward to the first available view, unless $c->res->status is a 3xx code (redirection, not modified, etc.), 204 (no content), or $c->res->body has already been set. It also allows you to pass 'dump_info=1' to the url in order to force a debug screen, while in debug mode. . Catalyst is an elegant Model-View-Controller web application framework written in Perl.