Subject: CVS commit: pkgsrc/www/p5-CGI-Minimal
To: None <pkgsrc-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: pkgsrc-changes
Date: 12/05/2004 15:48:05
Module Name:	pkgsrc
Committed By:	he
Date:		Sun Dec  5 15:48:05 UTC 2004

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

Log Message:
Update p5-CGI-Minimal from version 1.06 to 1.16.
Add a HOMEPAGE pointing into CPAN.

Change log:

 1.16 12 Nov 2004 - Added CGI::Simple to the benchmarks table. Tweaked
		    regresssion tests for MS-Windows. Added 'delete' and
		    'delete_all' methods and regression tests. Added
		    ':preload' flag for preloading all sub-components at
		    module 'use' time.  Fixed bug introduced with 1.15 in
		    param value setting code.

 1.15 09 Nov 2004 - Added more regression tests. Fixed url encoder to comply
                    better with RFC2396. Tuned performance some more. Extended
                    benchmarks table to cover more CGI form decoders.

 1.14 16 Oct 2004 - Tuned module load time (about a 40% improvement) and
                    add performance tuning hints

 1.13 28 Sep 2004 - Removed support for Module::Build.

 1.12 25 Sep 2004 - Tweaked the default form parser to accept ';' as a field
		    seperator in addition to '&'. Change suggested by
		    Peter Karman.  Eliminated the explicit
		    application/sgml-form-urlencoded support as redundant
		    (it still works, it is just not explicitly different
		    than application/x-www-form-urlencoded support
		    anymore).

		    Adjusted the multipart form parser to be more robust
		    against malformed MIME boundaries and the build tests
		    to work around a bug in Perl 5.8.0 UTF8ness and split.

                    Added documentation of command line script testing behavior.

		    Tightened up the code to reduce size (went from 14.9K
		    to 11K).

                    Removed the 'sgml_safe_mode' redirect code since there
                    was no exposed interface to it anyway.

		    Squashed a bug where the global buffer might fail to
		    initialize correctly for 0 byte POST forms (only
		    impacted  use of the 'raw' method for POST use).

                    Added regression test for form truncation

                    Added LICENSE section to documentation

                    Added Module::Build installation support

 1.11 28 Sep 2003 - Tweaked test script to avoid warnings about
                    opening STDIN filehandle for writing. No functional
                    changes.

 1.10 04 Apr 2003 - Added 'binmode STDIN' on module load to correct for
                    windows defaulting to 7-bit filehandles. Fixed problem
                    where split would fail on unusual MIME boundary strings.
                    Problems noticed by Markus Wichitill.

                    Deferred loading of 'Carp' unless actually needed.

                    Small code cleanups.

                    Removed big disclaimer from .pm and moved
                    in pod to 'DISCLAIMERS' section

                    Added tests

 1.09 19 Mar 2002 - Exposed CGI::Minimal::reset_globals class method to
                    support non-mod_perl persistent execution environments.

 1.08 26 Jul 2001 - Added 'raw' method for obtaining a dump of the
		    raw input buffer data without any parsing.
		    Seperated POD docs into a distinct .pod file.

 1.07 01 Dec 2000 - Added capability of taking a GET style parameter string
                    via STDIN if running at the command line.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/www/p5-CGI-Minimal/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/www/p5-CGI-Minimal/distinfo

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