pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-CGI-Application
Module Name: pkgsrc
Committed By: hiramatsu
Date: Tue Oct 25 09:14:07 UTC 2011
Modified Files:
pkgsrc/www/p5-CGI-Application: Makefile distinfo
Log Message:
Update p5-CGI-Application to 4.50.
Changes from previous:
4.50 Thu Jun 16, 2011
[FEATURES]
Better PSGI support in the core
- run_as_psgi() works like run, but directly returns the expected PSGI
response structure
- psgi_app() wraps up all the PSGI bits to call and run the application and
return a PSGI
code ref:
$psgi_coderef = WebApp->psgi_app({ ... args to new() ... });
[DOCUMENTATION]
- docs for header_props() were improved
[INTERNAL]
- source control management was moved from darcs to git. Those who prefer
darcs are are more familiar with it are advised to try the darcs-git.py
wrapper for git.
- The test file psgi_app.t is missing from this release and will be added
later.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/p5-CGI-Application/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/p5-CGI-Application/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index