pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Type-Tiny
Module Name: pkgsrc
Committed By: wen
Date: Sun Jul 4 08:18:23 UTC 2021
Modified Files:
pkgsrc/devel/p5-Type-Tiny: Makefile distinfo
Log Message:
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>
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-Type-Tiny/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Type-Tiny/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Type-Tiny/Makefile
diff -u pkgsrc/devel/p5-Type-Tiny/Makefile:1.22 pkgsrc/devel/p5-Type-Tiny/Makefile:1.23
--- pkgsrc/devel/p5-Type-Tiny/Makefile:1.22 Mon May 24 19:51:54 2021
+++ pkgsrc/devel/p5-Type-Tiny/Makefile Sun Jul 4 08:18:23 2021
@@ -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/}
Index: pkgsrc/devel/p5-Type-Tiny/distinfo
diff -u pkgsrc/devel/p5-Type-Tiny/distinfo:1.15 pkgsrc/devel/p5-Type-Tiny/distinfo:1.16
--- pkgsrc/devel/p5-Type-Tiny/distinfo:1.15 Mon Apr 26 15:17:23 2021
+++ pkgsrc/devel/p5-Type-Tiny/distinfo Sun Jul 4 08:18:23 2021
@@ -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