Subject: CVS commit: pkgsrc/www/p5-CGI_Lite
To: None <pkgsrc-changes@NetBSD.org>
From: Christoph Badura <bad@netbsd.org>
List: pkgsrc-changes
Date: 01/20/2005 20:55:33
Module Name:	pkgsrc
Committed By:	bad
Date:		Thu Jan 20 20:55:33 UTC 2005

Modified Files:
	pkgsrc/www/p5-CGI_Lite: Makefile distinfo
Removed Files:
	pkgsrc/www/p5-CGI_Lite/files: Makefile.PL

Log Message:
Update p5-CGI-Lite to version 2.02.
Changes since 2.001:

url_decode now interprets "+"s correctly, as encoded spaces.

url_encode ensures that all hex-encodings are padded correctly, to 2 digits (so
"%09" for a tab, not "%9").  The fake-encoding done on standard input when
testing at the command-line has been fixed equivalently.

url_encode also converts spaces to "+"s and emits hex characters in upper-case,
since this what web-browsers seem to do.  Encoding is now performed on all but
known-safe characters, rather listing all the characters believed to be in need
of encoding.

The internal method _decode_url_encoded_data now uses url_decode, rather than
duplicating its content.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/www/p5-CGI_Lite/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/www/p5-CGI_Lite/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/www/p5-CGI_Lite/files/Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.