diff options
author | mjl <mjl@pkgsrc.org> | 2004-04-15 11:43:45 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2004-04-15 11:43:45 +0000 |
commit | 7c5e301fe5b281498108a13c7ed57c2655a2894d (patch) | |
tree | e1d4c938d66619890883bdd1b327096b155c0652 /devel/p5-Config-General | |
parent | 491bd20d4d09a74e1c297fd7d29ea80422ca8318 (diff) | |
download | pkgsrc-7c5e301fe5b281498108a13c7ed57c2655a2894d.tar.gz |
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 (limited to 'devel/p5-Config-General')
-rw-r--r-- | devel/p5-Config-General/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Config-General/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Config-General/Makefile b/devel/p5-Config-General/Makefile index 4e6b720a99b..6f7434f6261 100644 --- a/devel/p5-Config-General/Makefile +++ b/devel/p5-Config-General/Makefile @@ -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 --git a/devel/p5-Config-General/distinfo b/devel/p5-Config-General/distinfo index 1d70a1b50ca..28f79b03648 100644 --- a/devel/p5-Config-General/distinfo +++ b/devel/p5-Config-General/distinfo @@ -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 |