From 441136fb1e6870c97f3acdbff6e7c05757a5ba9d633f4088a4b3a9aea6b234dd Mon Sep 17 00:00:00 2001 From: cpanmirror Date: Fri, 21 Nov 2025 05:36:54 +0000 Subject: [PATCH] Automatic update to Type-Tiny-2.008005.tar.gz --- Type-Tiny-2.008004.tar.gz | 3 --- Type-Tiny-2.008005.tar.gz | 3 +++ perl-Type-Tiny.changes | 19 +++++++++++++++++++ perl-Type-Tiny.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 Type-Tiny-2.008004.tar.gz create mode 100644 Type-Tiny-2.008005.tar.gz diff --git a/Type-Tiny-2.008004.tar.gz b/Type-Tiny-2.008004.tar.gz deleted file mode 100644 index 4d5f5be..0000000 --- a/Type-Tiny-2.008004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27f9cadd91d15217be2748d612fef78d22474d3f6554ccfca4171cbcde1ab34e -size 501471 diff --git a/Type-Tiny-2.008005.tar.gz b/Type-Tiny-2.008005.tar.gz new file mode 100644 index 0000000..9f23297 --- /dev/null +++ b/Type-Tiny-2.008005.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8ebbf710d1b76efee7fd3b3d9fc6f242f7632a4a5020e54a39d95cb18ea94e +size 502458 diff --git a/perl-Type-Tiny.changes b/perl-Type-Tiny.changes index 381f0a4..6aab6ef 100644 --- a/perl-Type-Tiny.changes +++ b/perl-Type-Tiny.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Nov 21 05:36:54 UTC 2025 - Tina Müller + +- updated to 2.008005 + see /usr/share/doc/packages/perl-Type-Tiny/Changes + + 2.008005 2025-11-20 + + - Minor optimization for Type::Params: sometimes it would construct an + arrayref of hashref from the slurpy arguments to a function and then + check that they arrayref it created was an arrayref, or check the + hashref it created was a hashref. Those checks seem unnecessary; if they + had ever failed it would indicate something deeply wrong with Perl + itself. These superfluous checks are now avoided. + - Minor optimization for Type::Params: sometimes it would wrap a `goto` in + a `do` block for no reason. That could potentially slow down the call as + Perl might create a new lexical context unnecessarily. It is unlikely to + make a measurable difference. + ------------------------------------------------------------------- Fri Oct 17 19:46:09 UTC 2025 - Tina Müller diff --git a/perl-Type-Tiny.spec b/perl-Type-Tiny.spec index ddfc891..14d9645 100644 --- a/perl-Type-Tiny.spec +++ b/perl-Type-Tiny.spec @@ -18,7 +18,7 @@ %define cpan_name Type-Tiny Name: perl-Type-Tiny -Version: 2.008004 +Version: 2.008005 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Tiny, yet Moo(se)-compatible type constraint -- 2.51.1