Update to 2.51
Upstream changes: 2.51 - fixed rt.cpan.org#77667 which resulted in invalid configs written to file when using save_file() and a named block, whose 2nd part starts with a /. - fixed rt.cpan.org#64169 by applying patch by Dulaunoy Fabrice. adds -NoEscape switch which turns off escaping of anything. - implemented suggestion of rt.cpan.org#67564 by adding 3 new parameters: -NormalizeOption, -NormalizeBlock and -NormalizeValue, which take a subroutine reference and change the block, option or value accordingly. - fixed rt.cpan.org#65860+76953 undefined value error.
This commit is contained in:
parent
9c4ac3ddc8
commit
b0805a5fe6
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.23 2011/11/28 00:06:17 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.24 2012/09/02 13:03:05 wen Exp $
|
||||
|
||||
DISTNAME= Config-General-2.50
|
||||
DISTNAME= Config-General-2.51
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5cfg
|
||||
CATEGORIES= devel perl5
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.13 2011/08/10 08:26:25 adam Exp $
|
||||
$NetBSD: distinfo,v 1.14 2012/09/02 13:03:05 wen Exp $
|
||||
|
||||
SHA1 (Config-General-2.50.tar.gz) = 6e246d22e9840a4da2572f24a2a0c9976f3ceb25
|
||||
RMD160 (Config-General-2.50.tar.gz) = 1868547515eba01c6fa6d7fa1c11a18a3297ad75
|
||||
Size (Config-General-2.50.tar.gz) = 58783 bytes
|
||||
SHA1 (Config-General-2.51.tar.gz) = db506abad3ff7244e1e7606ae674159c391b67ff
|
||||
RMD160 (Config-General-2.51.tar.gz) = 735bd840ce08852a08434d97091dfb2b5e9ab7a4
|
||||
Size (Config-General-2.51.tar.gz) = 59055 bytes
|
||||
|
|
Loading…
Reference in a new issue