↵ Return to the main page of perl-Test-TypeTiny
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2024-10-01 | Paul Howarth <paul at city dash fan dot 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 |
2024-09-16 | Paul Howarth <paul at city dash fan dot org> - 2.004000-7 | - BR: perl(MouseX::Types::Common) - Post-bootstrap rebuild |
2024-09-03 | Paul Howarth <paul at city dash fan dot 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 |
2024-07-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.004000-5 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild |
2024-01-25 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.004000-4 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2024-01-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.004000-3 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild |
2023-07-21 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.004000-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild |
2023-04-24 | Ralf Corsépius <corsepiu at fedoraproject dot org> - 2.004000-1 | - Update to 2.004000. |
2023-01-30 | Ralf Corsépius <corsepiu at fedoraproject dot org> - 2.002001-1 | - Update to 2.002001. |
2023-01-20 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.002000-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild |