aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Plugin-DefaultEnd
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Fix WWWerwin2005-12-121-1/+1
| | | | | PR: 90270 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* This action implements a sensible default end action, which will forwarderwin2005-11-184-0/+44
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>