forked from pool/perl-Type-Tiny
Automatic update to Type-Tiny-2.008005.tar.gz #3
BIN
Type-Tiny-2.008004.tar.gz
(Stored with Git LFS)
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
BIN
Type-Tiny-2.008005.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user