diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-23 22:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-23 22:50:19 +0000 |
commit | 0e970f57ccbe38c77cc368bc2980b130e09302b2 (patch) | |
tree | 01be2d94ef56c3807e572a4b602b7179cb6f6e20 /doc | |
parent | 1f8d813cec4b2a6f8ddd8ce834a7ffc1e36815d1 (diff) | |
download | pkgsrc-0e970f57ccbe38c77cc368bc2980b130e09302b2.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 42199530d08..b41750e5285 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7966 2004/11/23 22:01:28 hubertf Exp $ +$NetBSD: CHANGES,v 1.7967 2004/11/23 22:50:22 jlam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5401,3 +5401,4 @@ Changes to the packages collection and infrastructure in 2004: Updated koffice to 1.3.5 [markd 2004-11-23] Updated ipv6calc to 0.48 [hubertf 2004-11-23] Update pkgdiff to 0.116 [hubertf 2004-11-23] + Update p5-AppConfig to 1.56 [jlam 2004-11-23] |