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:   wiz
Date:           Sun Jan 11 04:53:37 UTC 2026

Modified Files:
        pkgsrc/devel/p5-Type-Tiny: Makefile distinfo

Log Message:
p5-Type-Tiny: update to 2.010001.

2.010001        2026-01-06

 [ Bug Fixes ]
 - Fix for $LIST_SEPARATOR changes breaking Type::Coercion, Types::Common,
   Types::Standard.

2.010000        2025-12-30

 [ Documentation ]
 - Update NEWS file.
 - Update Type::Tiny::Manual::Policies with planned changes for Type::Tiny
   3.

 [ Test Suite ]
 - Skip t/20-modules/Type-Tie/06clone.t on very old Perls.

2.009_003       2025-12-22

 [ Documentation ]
 - Fix syntax in some of the documentation for Type::Params.
 - Update documentation to potential future changes to coercions in
   Types::Standard.

2.009_002       2025-12-22

 [ Documentation ]
 - Add security policy to Type::Tiny::Manual::Policies.
 - Document that Type::Tiny::Enum defines its own sorter.

 [ Packaging ]
 - Add test suggestion dependencies on Devel::Hide and namespace::clean.

 [ Other ]
 - If you lexically import `t` from Type::Registry, then it will no longer
   be tied to the caller's per-package type registry.
 - Type::Tiny::Enum now throws an exception if you try to pass a sorter
   coderef to the constructor.

2.009_001       2025-12-09

 - Added: Add `check_coerce` method to Type::Coercion.
 - Added: Add `check_coerce` method to Type::Tiny.

2.009_000       2025-12-08

 - Added: Add environment variables to affect how `signature_for` checks
   appear in stack traces, debugging, and profiling.
 - Added: Type::Params args objects now provide __TO_LIST__,
   __TO_ARRAYREF__, and __TO_HASHREF__ methods.
 - Added: Type::Params now provides hooks for the event of wrapping a sub
   in a signature.
 - Minor optimization to avoid wrapping certain inlined checks in do {...}
   blocks.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/p5-Type-Tiny/Makefile
cvs rdiff -u -r1.30 -r1.31 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.39 pkgsrc/devel/p5-Type-Tiny/Makefile:1.40
--- pkgsrc/devel/p5-Type-Tiny/Makefile:1.39     Sun Nov 30 06:27:56 2025
+++ pkgsrc/devel/p5-Type-Tiny/Makefile  Sun Jan 11 04:53:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2025/11/30 06:27:56 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2026/01/11 04:53:37 wiz Exp $
 
-DISTNAME=      Type-Tiny-2.008006
+DISTNAME=      Type-Tiny-2.010001
 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.30 pkgsrc/devel/p5-Type-Tiny/distinfo:1.31
--- pkgsrc/devel/p5-Type-Tiny/distinfo:1.30     Sun Nov 30 06:27:57 2025
+++ pkgsrc/devel/p5-Type-Tiny/distinfo  Sun Jan 11 04:53:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2025/11/30 06:27:57 wiz Exp $
+$NetBSD: distinfo,v 1.31 2026/01/11 04:53:37 wiz Exp $
 
-BLAKE2s (Type-Tiny-2.008006.tar.gz) = e8257a87d362348dd045770116681c17c5f140bed8af1d6d5839c0ef93ee86f2
-SHA512 (Type-Tiny-2.008006.tar.gz) = 9c9a7fbda25fb467354aa104eddf3e084c5d29d6ff5edcbcfb7742be838a0d30285cbd49e70591f3c6a1f1f33b2db1039260b40fc04921f81adf2a39d2d86b10
-Size (Type-Tiny-2.008006.tar.gz) = 504180 bytes
+BLAKE2s (Type-Tiny-2.010001.tar.gz) = c667119cf684ba7598bcd3600a30bf154db0cd290428b3f5d9df4ed1b56708a6
+SHA512 (Type-Tiny-2.010001.tar.gz) = 1bc3c2d2e391ea489862c5b20a918fed1c056db95f949e23e0fe042764fd7d33da71b5adec25fd3f7fdc7c0b198eb4a8bad87bfd5e3eb8e20de17bd0f2680d4b
+Size (Type-Tiny-2.010001.tar.gz) = 511029 bytes



Home | Main Index | Thread Index | Old Index