Sun Jul 4 08:18:23 2021 UTC ()
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>


(wen)
diff -r1.22 -r1.23 pkgsrc/devel/p5-Type-Tiny/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/p5-Type-Tiny/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/devel/p5-Type-Tiny/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Type-Tiny/Makefile 2021/05/24 19:51:54 1.22
+++ pkgsrc/devel/p5-Type-Tiny/Makefile 2021/07/04 08:18:23 1.23
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.22 2021/05/24 19:51:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2021/07/04 08:18:23 wen Exp $
2 2
3DISTNAME= Type-Tiny-1.012001 3DISTNAME= Type-Tiny-1.012003
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TO/TOBYINK/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Type-Tiny 9HOMEPAGE= https://metacpan.org/release/Type-Tiny
11COMMENT= Tiny, yet Moo(se)-compatible type constraint 10COMMENT= Tiny, yet Moo(se)-compatible type constraint
12LICENSE= gnu-gpl-v1 OR artistic 11LICENSE= gnu-gpl-v1 OR artistic
13 12
14DEPENDS+= p5-Exporter-Tiny>=1.000000:../../devel/p5-Exporter-Tiny 13DEPENDS+= p5-Exporter-Tiny>=1.000000:../../devel/p5-Exporter-Tiny
15 14
16USE_LANGUAGES= # empty 15USE_LANGUAGES= # empty
17PERL5_PACKLIST= auto/Type/Tiny/.packlist 16PERL5_PACKLIST= auto/Type/Tiny/.packlist
18 17

cvs diff -r1.15 -r1.16 pkgsrc/devel/p5-Type-Tiny/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Type-Tiny/distinfo 2021/04/26 15:17:23 1.15
+++ pkgsrc/devel/p5-Type-Tiny/distinfo 2021/07/04 08:18:23 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2021/04/26 15:17:23 wiz Exp $ 1$NetBSD: distinfo,v 1.16 2021/07/04 08:18:23 wen Exp $
2 2
3SHA1 (Type-Tiny-1.012001.tar.gz) = 4dc82eac40859433e85f268f51e10ca4c902959a 3SHA1 (Type-Tiny-1.012003.tar.gz) = ac8ea645198f3a32d16ddae3081ae309ad238cbf
4RMD160 (Type-Tiny-1.012001.tar.gz) = 65b420d097e24d3804937ed8e8136f06100ad7cc 4RMD160 (Type-Tiny-1.012003.tar.gz) = 835c59c70b7904e3ca8844fb5dd108223f004d81
5SHA512 (Type-Tiny-1.012001.tar.gz) = 1d8df1316186f943a9a10623425d8dc7e3d882dfba08c4858fd9f1a5ca8870a37ee29f0b01b458d2ea57a2f1af45ee2762f890317abb56ad6034d295fde2d2f5 5SHA512 (Type-Tiny-1.012003.tar.gz) = d7bd3c416e20a5a951606d05a2fb396a4058cb6f165b401c7662af3d21f416c26ac0df70eaa6d483db3fe2d78e8fb4f02cf5cf71ebc353a744e3195e77f6ea42
6Size (Type-Tiny-1.012001.tar.gz) = 463217 bytes 6Size (Type-Tiny-1.012003.tar.gz) = 464004 bytes