-
Tue Oct 01 2024 Paul Howarth <paul@city-fan.org> - 2.006000-1
- Update to 2.006000
Bug Fixes:
- Fix uninitialized warning messages from Error::TypeTiny when processing very
shallow stack traces
Documentation:
- Fixes for various typos (GH#155)
- Improve documentation for the initialization of the 'coercion' attribute
for 'Type::Tiny'
- Fix minor typo in documentation for named parameters in 'Type::Params'
- Update copyright notices in files to 2024
Other:
- Updated: Smartmatch discontinued beginning perl-5.41.3; Type::Tiny will no
longer attempt to support smartmatch if the Perl version is too high
(GH#161)
- Improved initialization of variables when they are tied to a type
constraint; initialization to explicit values will work even when not tied
via the 'ttie' wrapper function; if no explicit values are provided, tied
scalars will be initialized to the type's 'type_default'
So for example, 'tie( my $title, Str )' will initialize '$title' to the
empty string instead of undef, and 'tie( my $title, Str, 'Foo' )' will
initialize the variable to 'Foo' as was already implied by documentation
- Inlining 'Int' now calls the XS implementation when available (the speed
improvement is negligible, but it also may result in small memory savings)
(GH#145)
- Removed: Support for the ${^TYPE_PARAMS_MULTISIG} global variable has been
dropped; using this global variable was deprecated in trial version
1.999_010 and stable version 2.000000, both of which are nearly two years
old - use ${^_TYPE_PARAMS_MULTISIG} instead
-
Mon Sep 16 2024 Paul Howarth <paul@city-fan.org> - 2.004000-7
- BR: perl(MouseX::Types::Common)
- Post-bootstrap rebuild
-
Tue Sep 03 2024 Paul Howarth <paul@city-fan.org> - 2.004000-6
- Use author-independent source URL
- Classify buildreqs by usage
- Fix permissions verbosely
- Do EXTENDED_TESTING
- Make %files list more explicit
- Bootstrap for EPEL-10
-
Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.004000-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.004000-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.004000-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
-
Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.004000-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
-
Mon Apr 24 2023 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.004000-1
- Update to 2.004000.
-
Mon Jan 30 2023 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.002001-1
- Update to 2.002001.
-
Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.002000-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild