diff options
author | seb <seb> | 2010-04-24 18:58:32 +0000 |
---|---|---|
committer | seb <seb> | 2010-04-24 18:58:32 +0000 |
commit | c3d2454fd00c7b68bd9a9fab29ceab8f7a26dadf (patch) | |
tree | f1a3c9aaf472ac5e3ba45546b44f30d53033f99b /devel | |
parent | 86e6d7c27be60363e99b2a724c716e90769dd437 (diff) | |
download | pkgsrc-c3d2454fd00c7b68bd9a9fab29ceab8f7a26dadf.tar.gz |
Update p5-Config-General from version 2.44 to version 2.48.
Approved by MAINTAINER.
Upstream changes:
2.48
- arg, uploaded the wrong file to pause, so another version
bump up.
- fixed typos in pod section for -ForceArray.
2.47
- fixed rt.cpan.org#53759 by adding new option -ForceArray.
when enabled a single config value enclosed in [] will become
an array forcefully.
- fixed typo in license: it is "artistic", not "artificial".
2.46
- fixed rt.cpan.org#56370: there was a sort() call in _store()
left, which lead to sorted arrays even if -SaveSorted were
turned off.
2.45
- fixed rt.cpan.org#50647 escaping bug. Now escaped $ or
backslash characters are handled correctly (across save too)
- fixed rt.cpan.org#52047, tied hash will remain tied
when savong to a file.
- fixed rt.cpan.org#54580, preserve single quotes during
variable interpolation corrected. No more using rand()
to mark single quotes but an incrementor instead.
- fixed rt.cpan.org#42721+54583, empty config values will no
more handed over to interpreting methods (as interpolate
or autotrue and the like) but returned as undef untouched.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Config-General/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Config-General/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Config-General/Makefile b/devel/p5-Config-General/Makefile index 240fb7e168f..254605b77e3 100644 --- a/devel/p5-Config-General/Makefile +++ b/devel/p5-Config-General/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2009/09/12 21:32:57 sno Exp $ +# $NetBSD: Makefile,v 1.19 2010/04/24 18:58:32 seb Exp $ # -DISTNAME= Config-General-2.44 +DISTNAME= Config-General-2.48 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cfg CATEGORIES= devel perl5 diff --git a/devel/p5-Config-General/distinfo b/devel/p5-Config-General/distinfo index 877f0a75f80..85d8f2e8449 100644 --- a/devel/p5-Config-General/distinfo +++ b/devel/p5-Config-General/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/09/12 21:32:57 sno Exp $ +$NetBSD: distinfo,v 1.11 2010/04/24 18:58:32 seb Exp $ -SHA1 (Config-General-2.44.tar.gz) = 4bd59aa9541c621ebbf4f8f965ff1e998829ff5a -RMD160 (Config-General-2.44.tar.gz) = c38e526ae323ae429a54bb7239213869aec9f330 -Size (Config-General-2.44.tar.gz) = 56223 bytes +SHA1 (Config-General-2.48.tar.gz) = e48614b9329054ac2c6eb25fbf5f022048b221c7 +RMD160 (Config-General-2.48.tar.gz) = 6e8b8d17d9a4fd9815680b4406ddced70d776860 +Size (Config-General-2.48.tar.gz) = 58209 bytes |