pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Type-Tiny Update to 1.012003



details:   https://anonhg.NetBSD.org/pkgsrc/rev/499c5fdb8ceb
branches:  trunk
changeset: 455393:499c5fdb8ceb
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jul 04 08:18:23 2021 +0000

description:
Update to 1.012003

Upstream changes:
1.012003        2021-05-09

 [ Documentation ]
 - Fixed typo in Type::Tiny::Enum where the `closest_match` method was
   documented as being called `closet_match`.

 [ Other ]
 - Type::Parser now supports negative hexadecimal integers.

1.012002        2021-05-02

 [ Bug Fixes ]
 - Fix precendence error in generated code for Tuples.
   Philippe Bruhat++
   <https://github.com/tobyink/p5-type-tiny/pull/64>

 [ Documentation ]
 - Fixed typo in pod for Type::Tiny::Enum
   Windymelt++
   <https://github.com/tobyink/p5-type-tiny/pull/70>

 [ Test Suite ]
 - Fix testcase for Tuples with slurpy HashRef to pass a literal hashref
   (which should fail) instead of an arrayref (which should also fail, but
   less subtly).
   Philippe Bruhat++
   <https://github.com/tobyink/p5-type-tiny/pull/64>
 - Type::Tiny is no longer routinely tested on Perl versions older than
   5.8.1.
   <https://github.com/tobyink/p5-type-tiny/actions>

 [ Other ]
 - Type::Parser now supports hexadecimal integers.
   <https://github.com/tobyink/p5-type-tiny/issues/71>

diffstat:

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

diffs (29 lines):

diff -r 57abf4b39a8e -r 499c5fdb8ceb devel/p5-Type-Tiny/Makefile
--- a/devel/p5-Type-Tiny/Makefile       Sun Jul 04 08:13:20 2021 +0000
+++ b/devel/p5-Type-Tiny/Makefile       Sun Jul 04 08:18:23 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2021/05/24 19:51:54 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2021/07/04 08:18:23 wen Exp $
 
-DISTNAME=      Type-Tiny-1.012001
+DISTNAME=      Type-Tiny-1.012003
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
 
diff -r 57abf4b39a8e -r 499c5fdb8ceb devel/p5-Type-Tiny/distinfo
--- a/devel/p5-Type-Tiny/distinfo       Sun Jul 04 08:13:20 2021 +0000
+++ b/devel/p5-Type-Tiny/distinfo       Sun Jul 04 08:18:23 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2021/04/26 15:17:23 wiz Exp $
+$NetBSD: distinfo,v 1.16 2021/07/04 08:18:23 wen Exp $
 
-SHA1 (Type-Tiny-1.012001.tar.gz) = 4dc82eac40859433e85f268f51e10ca4c902959a
-RMD160 (Type-Tiny-1.012001.tar.gz) = 65b420d097e24d3804937ed8e8136f06100ad7cc
-SHA512 (Type-Tiny-1.012001.tar.gz) = 1d8df1316186f943a9a10623425d8dc7e3d882dfba08c4858fd9f1a5ca8870a37ee29f0b01b458d2ea57a2f1af45ee2762f890317abb56ad6034d295fde2d2f5
-Size (Type-Tiny-1.012001.tar.gz) = 463217 bytes
+SHA1 (Type-Tiny-1.012003.tar.gz) = ac8ea645198f3a32d16ddae3081ae309ad238cbf
+RMD160 (Type-Tiny-1.012003.tar.gz) = 835c59c70b7904e3ca8844fb5dd108223f004d81
+SHA512 (Type-Tiny-1.012003.tar.gz) = d7bd3c416e20a5a951606d05a2fb396a4058cb6f165b401c7662af3d21f416c26ac0df70eaa6d483db3fe2d78e8fb4f02cf5cf71ebc353a744e3195e77f6ea42
+Size (Type-Tiny-1.012003.tar.gz) = 464004 bytes



Home | Main Index | Thread Index | Old Index