Subject: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 11/23/2004 22:50:22
Module Name:	pkgsrc
Committed By:	jlam
Date:		Tue Nov 23 22:50:22 UTC 2004

Modified Files:
	pkgsrc/doc: CHANGES

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.7966 -r1.7967 pkgsrc/doc/CHANGES

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