Subject: CVS commit: pkgsrc/devel/p5-AppConfig
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/23/2004 22:50:20
Module Name: pkgsrc
Committed By: jlam
Date: Tue Nov 23 22:50:20 UTC 2004
Modified Files:
pkgsrc/devel/p5-AppConfig: Makefile distinfo
Removed Files:
pkgsrc/devel/p5-AppConfig/patches: patch-aa
Log Message:
Updated devel/p5-AppConfig to 1.56. Changes from version 1.52 include:
* Add "heredoc" style quoting.
* Added POSIX style '=value' suffixes to --parameters. Thus '--foo=bar'
is now equivalent to '-foo bar'.
* Added AppConfig::CGI module to parse CGI script parameters.
* Added cgi() delegate method to AppConfig to instantiate and call
AppConfig::CGI.
* Provide default options for LIST and HASH data types.
* Allow '$' to be escaped (e.g. \$) to suppress variable expansion in files.
* Applied patch from John Salmon to allow comments to appear anywhere
on a line, not just at the beginning.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/p5-AppConfig/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/p5-AppConfig/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/devel/p5-AppConfig/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.