8
0

Automatic update to v2.8.3 (2.008003)

This commit is contained in:
2025-10-09 20:51:11 +00:00
parent 2e60046c7a
commit 2b72cb54b1
4 changed files with 30 additions and 11 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Oct 9 20:51:10 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.008003
see /usr/share/doc/packages/perl-Type-Tiny/Changes
2.008003 2025-09-02
[ Bug Fixes ]
- Make sure methods fake-inherited from Moose (if it's loaded) are a last
resort.
Robert Moore++
[ Other ]
- Slightly streamlined `Type::Tiny::can` and `Type::Tiny::AUTOLOAD`.
- When dumping structures via Data::Dumper (mostly in error messages)
suppress any warnings Data::Dumper would emit.
Diab Jerius++
-------------------------------------------------------------------
Thu May 1 05:35:26 UTC 2025 - Tina Müller <timueller+perl@suse.de>