Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 04/10/2001 03:44:27
Module Name: pkgsrc
Committed By: mjl
Date: Tue Apr 10 00:44:27 UTC 2001
Modified Files:
pkgsrc/www/p5-CGI_Lite: Makefile
pkgsrc/www/p5-CGI_Lite/files: md5
Log Message:
Update to 2.0. Notable changes include:
Name change from CGI_Lite to CGI::Lite.
Added parse_new_form_data(), for use under persistant applications
Removed $` and $' from the code, and "optimized" an important regexp.
The set_file_type method now works as it should.
Added the get_ordered_keys method
Added a set of miscellaneous functions: browser_escape, url_encode,
url_decode, is_dangerous, escape_dangerous_chars.
Fields containing more than one value in multipart forms are now
handled correctly.
You can now parse/decode cookies in much the same manner as forms.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/www/p5-CGI_Lite/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/p5-CGI_Lite/files/md5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.