./wip/p5-Catalyst-Plugin-DefaultEnd, Sensible default end action

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


Branch: CURRENT, Version: 0.08, Package name: p5-Catalyst-Plugin-DefaultEnd-0.08, Maintainer: kuli0020

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 1 view, you can specify which one to use with the
'view' config setting.


Required to run:
[lang/perl5] [www/p5-Catalyst-Runtime]

Required to build:
[devel/p5-Module-Build] [pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 998243ecb6b057582ea6f910b116b04b68f16479
Filesize: 4.267 KB

Version history: (Expand)


CVS history: (Expand)


   2013-04-03 03:27:02 by Hiramatsu Yoshifumi | Files touched by this commit (2)
Log message:
Update p5-Catalyst-Plugin-DefaultEnd to 0.08.

Changes from previous:
----------------------
0.08  18-10-2009 19:00:00 BST
    - Fixup copyright info so deprecation notice gets into downstream packages

0.07  24-04-2009 17:54:59
    - Change to not use deprecated Catalyst::Base
    - Mark this code as deprecated, as it has been for aaaages.
   2012-10-04 11:13:17 by Aleksej Saushev | Files touched by this commit (76)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-07-21 22:08:13 by Thomas Klausner | Files touched by this commit (59)
Log message:
Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
URL should be as HOMEPAGE in the Makefile.
   2008-10-20 12:10:18 by Tonnerre | Files touched by this commit (41)
Log message:
Use as much of the catalyst from normal, non-wip pkgsrc as possible.
PKGREVISION++.
   2008-05-30 14:22:03 by abs | Files touched by this commit (102)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2007-03-03 07:14:58 by Johann Franz | Files touched by this commit (2)
Log message:
Update to 0.06.
Changes since 0.03:
0.06  27-04-2006 11:45:00
	- change to clustering () for performance.
    - Add 401 to list of urls not to render template for.

0.05  27-03-2006 00:02:00
	- Don't forward for HEAD requests
	- Don't forward for 204s.
	
0.04  11-09-2005 16:32:00
        - Do not forward to view if there are errors, and no template
        - check body for definedness, not true/false.
        - added live tests
   2006-03-07 20:30:41 by Roman Kulik | Files touched by this commit (4) | Imported package
Log message:
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 1 view, you can specify which one to use with the
'view' config setting.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-DefaultEnd/