pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Config-General Update p5-Config-General to 2.26



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9741152c554
branches:  trunk
changeset: 473023:d9741152c554
user:      mjl <mjl%pkgsrc.org@localhost>
date:      Thu Apr 15 11:43:45 2004 +0000

description:
Update p5-Config-General to 2.26

 - fixed invalid regexp in _open()
 - fixed bug with not working -IncludeRelative setting when
   including a config file.
 - add the -BackslashEscape parameter to enable general escaping
   of special characters
 - added feature
   now block statements like this are allowed: "<directory blah/>"
 - fix a bug with the -Tie option, sub-hashes of named blocks were
   not properly created (in fact, not tied).
 - fixed bug in new() used $this instead of $self for empty
   hashref creation if no config file given.

diffstat:

 devel/p5-Config-General/Makefile |  4 ++--
 devel/p5-Config-General/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r d1c5eb7a9930 -r d9741152c554 devel/p5-Config-General/Makefile
--- a/devel/p5-Config-General/Makefile  Thu Apr 15 11:32:50 2004 +0000
+++ b/devel/p5-Config-General/Makefile  Thu Apr 15 11:43:45 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2003/05/14 14:44:32 mjl Exp $
+# $NetBSD: Makefile,v 1.3 2004/04/15 11:43:45 mjl Exp $
 #
 
-DISTNAME=      Config-General-2.19
+DISTNAME=      Config-General-2.26
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5cfg
 CATEGORIES=    devel perl5
diff -r d1c5eb7a9930 -r d9741152c554 devel/p5-Config-General/distinfo
--- a/devel/p5-Config-General/distinfo  Thu Apr 15 11:32:50 2004 +0000
+++ b/devel/p5-Config-General/distinfo  Thu Apr 15 11:43:45 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2003/05/14 14:44:32 mjl Exp $
+$NetBSD: distinfo,v 1.3 2004/04/15 11:43:45 mjl Exp $
 
-SHA1 (Config-General-2.19.tar.gz) = 456a6133980828b8f4fecf7a58f3e47bb5322047
-Size (Config-General-2.19.tar.gz) = 33863 bytes
+SHA1 (Config-General-2.26.tar.gz) = 862768ad236ed110be88b09ed624e6b41cceeb15
+Size (Config-General-2.26.tar.gz) = 35915 bytes



Home | Main Index | Thread Index | Old Index