Skip to content

Commit

Permalink
Update to 1.012003
Browse files Browse the repository at this point in the history
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++
   <tobyink/p5-type-tiny#64>

 [ Documentation ]
 - Fixed typo in pod for Type::Tiny::Enum
   Windymelt++
   <tobyink/p5-type-tiny#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++
   <tobyink/p5-type-tiny#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.
   <tobyink/p5-type-tiny#71>
  • Loading branch information
wen committed Jul 4, 2021
1 parent a24109b commit 2e86109
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/p5-Type-Tiny/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Type-Tiny/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2e86109

Please sign in to comment.