./www/p5-Catalyst-Action-RenderView, Catalyst render action target

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.14, Package name: p5-Catalyst-Action-RenderView-0.14, Maintainer: pkgsrc-users

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).


Required to run:
[lang/perl5] [devel/p5-MRO-Compat] [devel/p5-Data-Visitor] [www/p5-Catalyst-Runtime]

Required to build:
[www/p5-HTTP-Request-AsCGI]

Master sites: (Expand)

SHA1: 9ddfa64859a1f2f055771ed0021cdee17af380c9
RMD160: 1315326e7e0432a5880bcd5d5448b0c739b97d4b
Filesize: 24.368 KB

Version history: (Expand)


CVS history: (Expand)


   2010-02-02 16:46:27 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating www/p5-Catalyst-Action-RenderView from 0.13 to 0.14

Upstream changes:
0.14 2009-12-03 03:13:23 GMT
    - Remove warnings from tests about actions in the app root
   2009-10-25 12:06:35 by Jens Rehsack | Files touched by this commit (2)
Log message:
Updating www/p5-Catalyst-Action-RenderView from 0.11nb1 to 0.13

Upstream changes:
0.13 2009-10-24 04:48:03 PDT
    - Re-release 0.12 without changes for reindexing by CPAN/PAUSE.

0.12 2009-10-18 19:10:00 BST
    - Fixup copyright information
   2009-09-24 08:50:22 by Jens Rehsack | Files touched by this commit (116)
Log message:
Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
   2009-07-07 23:46:05 by Jens Rehsack | Files touched by this commit (2) | Package updated
Log message:
Updating package for p5 module Catalyst::Action::RenderView from 0.10
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.
   2009-06-11 14:06:12 by David Brownlee | Files touched by this commit (25) | Package updated
Log message:
update to use the new Module::Install infrastructure
   2009-05-23 23:45:46 by Jens Rehsack | Files touched by this commit (2)
Log message:
Patch out auto_install - this will be handled by pkgsrc
   2009-05-01 13:59:45 by Jens Rehsack | Files touched by this commit (2)
Log message:
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
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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=...").