pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Config-Tiny Update to 2.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd37ec22af0e
branches:  trunk
changeset: 459242:bd37ec22af0e
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Oct 01 23:58:27 2021 +0000

description:
Update to 2.27

Upstream changes:
2.27  2021-09-21T15:48:00
        - Add the option of passing a hashref to the constructor, where it is turned into an
                object of the class. See POD under new([$config]) for details.
                This patch to the code and POD includes the new test t/08.constructor.t.
                The patch was provided by D Hauke, with thanx.
        - Move test.conf back into t/, where it was years ago, before someone tried to remove
                all uses of File::Spec. But since File::Spec is used often now, there is no point
                in keeping test.conf in the root directory of the distro.

diffstat:

 devel/p5-Config-Tiny/Makefile |   5 ++---
 devel/p5-Config-Tiny/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 5b97651e84f9 -r bd37ec22af0e devel/p5-Config-Tiny/Makefile
--- a/devel/p5-Config-Tiny/Makefile     Fri Oct 01 23:56:46 2021 +0000
+++ b/devel/p5-Config-Tiny/Makefile     Fri Oct 01 23:58:27 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2021/05/24 19:50:22 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2021/10/01 23:58:27 wen Exp $
 
-DISTNAME=      Config-Tiny-2.26
+DISTNAME=      Config-Tiny-2.27
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Config/}
 EXTRACT_SUFX=  .tgz
diff -r 5b97651e84f9 -r bd37ec22af0e devel/p5-Config-Tiny/distinfo
--- a/devel/p5-Config-Tiny/distinfo     Fri Oct 01 23:56:46 2021 +0000
+++ b/devel/p5-Config-Tiny/distinfo     Fri Oct 01 23:58:27 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2021/04/26 12:46:40 wiz Exp $
+$NetBSD: distinfo,v 1.15 2021/10/01 23:58:27 wen Exp $
 
-SHA1 (Config-Tiny-2.26.tgz) = 3b727ff40b9a847e5df3d29687fb3736c94128df
-RMD160 (Config-Tiny-2.26.tgz) = 4690e0fa501713b26a7a1caedb2836bf645188d1
-SHA512 (Config-Tiny-2.26.tgz) = 647c48f3c4480bf8bb8ec22b7b9a3a5b813d4bc633760f5aef4e03ea90b4b979a0a1617dfc3dba6c31779d04bc2d8233bf61ee509bceb8b2d32e1df481c3f135
-Size (Config-Tiny-2.26.tgz) = 22443 bytes
+SHA1 (Config-Tiny-2.27.tgz) = 5dd186c50138024dbf57671c84af1b2ea9099cc8
+RMD160 (Config-Tiny-2.27.tgz) = c4e718038ef8704e5dfa7a51e79faf7a70584138
+SHA512 (Config-Tiny-2.27.tgz) = 2ab77d2f9e01f14047a2c079c58941d707fdc54ea0d30c43e0cfad162b8e810a25a62a435abd11b5da8a7cff9027511534205bf625a2ee9ee7824d4c3eb9d0e9
+Size (Config-Tiny-2.27.tgz) = 22653 bytes



Home | Main Index | Thread Index | Old Index