Subject: CVS commit: pkgsrc/www/p5-CGI-Minimal
To: None <pkgsrc-changes@NetBSD.org>
From: Ulrich Habel <rhaen@netbsd.org>
List: pkgsrc-changes
Date: 12/09/2007 22:23:42
Module Name:	pkgsrc
Committed By:	rhaen
Date:		Sun Dec  9 22:23:42 UTC 2007

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

Log Message:
- updated to 1.29
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
1.29 21 Aug 2007 - Documentation fix to performance hints section.
                   No functional changes.

1.28 18 Aug 2007 - Improved mod_perl2 handling (patch courtesy of Jeremy Nixon).
                    Added a ':no_subprocess_env' flag to suppress populating
                    the %ENV environment hash. Added a 'subprocess_env'
                    static class method to allow smooth co-existance of
                    ModPerl2 scripts that use ':no_subprocess_env' with ModPerl2
                    scripts that do not on the same server.

1.27 25 May 2007 - Added example of a command line 'wrapper' script and
                    of using environment variables as an alternate way
                    to test scripts via the command line. Added example
                    for use with FastCGI. Changed behavior for unsupported
                    HTTP methods. The module used to 'croak' for unsupported
                    methods, it now 'carp's instead and treats as a 'GET'
                    (behavior change at suggestion of Roman Mashirov to support
                    FastCGI better).

 1.26 06 Apr 2007 - Added decoding of Javascript/EMCAScript style unicode
                    escaped (%uxxxx form) parameter data (both to the main
                    'param' method and to the 'url_decode'/'url_encode' methods)
                    at the suggestion of Michael Kröll (the core code for
                    this additional functionality is derived from CGI.pm).

                    Fixed META.yml problems introduced with 1.25.

                    Changed POD/POD Coverage tests to only execute if specifically requested

                    Added examples directory and scripts

 1.25 20 Apr 2006 - Added 'allow_hybrid_post_get' class method. Tweaked file permissions.
                    Added regression tests for hybrid forms.

 1.24 23 Sep 2005 - Added 'Carp' to install requirements. Extended build tests.
                    Fixed multi-part form decoding bug in handling of degenerate MIME
                    boundaries. Added fatal errors for mis-calling of param_mime
                    and param_filename methods.

 1.23 18.Sep 2005 - Made Test::More optional in build tests. No functional changes.

 1.22 13.Sep 2005 - Changed POD tests to be more friendly to CPANTS.

 1.21 11.Sep 2005 - Fixed pod coverage test for compatibility with Perl 5.005.

 1.20 11.Sep 2005 - Fixed issue causing mod_perl to issue
                    'Use of uninitialized value.' warnings.
                    Extended build tests.

 1.19 10.Sep 2005 - Fixed POD Coverage test error.

 1.18 08.Sep 2005 - Adjusted prerequiste modules lists. Tweaked code for 'strict'.
                    Extended regression tests to cover more of the code.

 1.17 04 Sep 2005 - More tweaks to regression tests to work around MS-Windows
                    problems with binary file handles under Perl 5.6.1.
                    Added 'Build.PL' support back in. Added POD tests.
                    Minor documentation tweaks.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/www/p5-CGI-Minimal/Makefile
cvs rdiff -r1.3 -r1.4 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.