diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-11-17 19:41:01 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-11-17 19:41:01 +0000 |
commit | 1f62f53b65cddd087889600bfb9fc62811377dd3 (patch) | |
tree | 6d7693d6d40ad358fe084668f2ec4ad198abc882 /www/Makefile | |
parent | 65b285333642909ba542fac693c78531b3250456 (diff) |
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-Session/
PR: ports/89170
Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Notes
Notes:
svn path=/head/; revision=148656
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 724b840d4469..aaccacd7d575 100644 --- a/www/Makefile +++ b/www/Makefile @@ -491,6 +491,7 @@ SUBDIR += p5-Catalyst-Model-DBIC SUBDIR += p5-Catalyst-Model-DBIC-Plain SUBDIR += p5-Catalyst-Plugin-Authentication-CDBI + SUBDIR += p5-Catalyst-Plugin-DefaultEnd SUBDIR += p5-Catalyst-Plugin-FillInForm SUBDIR += p5-Catalyst-Plugin-FormValidator SUBDIR += p5-Catalyst-Plugin-Pluggable |