Subject: CVS commit: pkgsrc/www/p5-CGI
To: None <pkgsrc-changes@netbsd.org>
From: Martin J. Laubach <mjl@netbsd.org>
List: pkgsrc-changes
Date: 04/21/2003 18:33:36
Module Name:	pkgsrc
Committed By:	mjl
Date:		Mon Apr 21 18:33:36 UTC 2003

Modified Files:
	pkgsrc/www/p5-CGI: Makefile distinfo

Log Message:
Update p5-CGI to 2.91

  - Attribute generation now correctly respects the value of autoEscape()
  - Fixed endofrm() syntax error
  - Fixed bug in redirect header handling
  - Added P3P option to header()
  - Patches to make CGI::Carp work correctly with object-oriented exceptions
  - Removed inaccurate description of how to set multiple cookies from
    CGI::Cookie pod file
  - Patch to prevent running out of filehandles when uploading lots of files
  - Documentation enhancement to note that the import_names() method
    transforms the parameter names into valid Perl names
  - Patch to suppress lang attribute in <html> tag if not provided explicitly
  - Patch to fix broken XHTML-transitional 1.0 validation on endform()
  - Custom html header fix (first letter correctly upcased now)
  - Added a -verbatim option to stylesheet generation
  - Faster delete() method
  - Added empty charset support
  - Patch to fix file upload failures when uploaded file is a multiple of 4096
  - Fixed behavior of ACTION tag when POSTING to a URL that has a query
    string
  - Patch to handle multipart/mixed uploads from Opera


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/www/p5-CGI/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/www/p5-CGI/distinfo

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