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: Fri Jun 30 11:50:04 UTC 2023
Modified Files:
pkgsrc/devel/p5-Type-Tiny: Makefile distinfo
Log Message:
Update to 2.004000
Upstream changes:
2.004000 2023-04-05
[ Documentation ]
- Document that the `BoolLike` type is unstable.
- Minor pod changes to Types::Standard.
[ Packaging ]
- Summarized the change log for versions prior to Type::Tiny 2.000000. If
you need more information, see the Changes file included with Type::Tiny
2.002001.
<https://metacpan.org/release/TOBYINK/Type-Tiny-2.002001/source/Changes>
2.003_000 2023-04-02
[ Documentation ]
- Add SYNOPSIS for Type::Tiny::Class.
- Add SYNOPSIS for Type::Tiny::Duck.
- Add SYNOPSIS for Type::Tiny::Enum.
- Add SYNOPSIS for Type::Tiny::Intersection.
- Add SYNOPSIS for Type::Tiny::Role.
- Add SYNOPSIS for Type::Tiny::Union.
- Add documentation and tests for the combination of the `goto_next` and
`multiple` options when used with `signature_for`.
- Add example of `signature_for` applying a signature to multiple
functions at once.
- Document changes to `make_immutable` in Type::Library v2.x.
<https://github.com/tobyink/p5-type-tiny/issues/129>
[ Other ]
- Added: Type::Tiny now has an `exception_class` attribute, allowing a
type to throw exceptions using a custom class. These classes should
usually be a subclass of Error::TypeTiny::Assertion.
<https://github.com/tobyink/p5-type-tiny/issues/133>
- Added: Type::Tiny::Bitfield class.
<https://github.com/tobyink/p5-type-tiny/issues/131>
- Added: Types::TypeTiny::BoolLike type constraint.
<https://github.com/tobyink/p5-type-tiny/issues/137>
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/p5-Type-Tiny/Makefile
cvs rdiff -u -r1.21 -r1.22 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.27 pkgsrc/devel/p5-Type-Tiny/Makefile:1.28
--- pkgsrc/devel/p5-Type-Tiny/Makefile:1.27 Fri Jan 27 00:06:27 2023
+++ pkgsrc/devel/p5-Type-Tiny/Makefile Fri Jun 30 11:50:04 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2023/01/27 00:06:27 wen Exp $
+# $NetBSD: Makefile,v 1.28 2023/06/30 11:50:04 wen Exp $
-DISTNAME= Type-Tiny-2.002001
+DISTNAME= Type-Tiny-2.004000
PKGNAME= p5-${DISTNAME}
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.21 pkgsrc/devel/p5-Type-Tiny/distinfo:1.22
--- pkgsrc/devel/p5-Type-Tiny/distinfo:1.21 Fri Jan 27 00:06:27 2023
+++ pkgsrc/devel/p5-Type-Tiny/distinfo Fri Jun 30 11:50:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2023/01/27 00:06:27 wen Exp $
+$NetBSD: distinfo,v 1.22 2023/06/30 11:50:04 wen Exp $
-BLAKE2s (Type-Tiny-2.002001.tar.gz) = 93568bd020c1328ea82e2dbd6fccfbc7fb7b8534957f52ff781edb78daec430b
-SHA512 (Type-Tiny-2.002001.tar.gz) = a0c507e0dfbfdb0416a123fbe65a39603028e5d71dfdd2d66290309e6e4818c4d996dcfddccb898a9cc37dbbe19dafea342b246b28e2539475e30cef276e1a49
-Size (Type-Tiny-2.002001.tar.gz) = 529428 bytes
+BLAKE2s (Type-Tiny-2.004000.tar.gz) = a9fe91bb5781273af5a1bf15d97071eb9b3ef54aa668e78a211dd873c4877da5
+SHA512 (Type-Tiny-2.004000.tar.gz) = a28a0fdfe48c8ce7f7313bfa6645094337dfb12d76401d9947a649763379a912f480ff418f0023d1e0c5851ffa347823669192a9eb8081341db7525d84c82220
+Size (Type-Tiny-2.004000.tar.gz) = 470299 bytes
Home |
Main Index |
Thread Index |
Old Index