9
0

Automatic update to Type-Tiny-2.008005.tar.gz #3

Merged
okurz merged 1 commits from cpanmirror/perl-Type-Tiny:autoupdate into main 2025-11-22 10:25:13 +01:00
4 changed files with 23 additions and 4 deletions

BIN
Type-Tiny-2.008004.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Type-Tiny-2.008005.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Nov 21 05:36:54 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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