pkgsrc/www/p5-CGI_Lite
bad 5cec9319ba 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.
2005-01-20 20:55:33 +00:00
..
DESCR
distinfo Update p5-CGI-Lite to version 2.02. 2005-01-20 20:55:33 +00:00
Makefile Update p5-CGI-Lite to version 2.02. 2005-01-20 20:55:33 +00:00
PLIST