Sat, 29 Jun 2024 07:21:52 UTC | login

Information for build perl-Try-Tiny-0.31-9.fc40

ID284506
Package Nameperl-Try-Tiny
Version0.31
Release9.fc40
Epoch
SummaryMinimal try/catch with proper localization of $@
DescriptionThis module provides bare bones try/catch statements that are designed to minimize common mistakes with eval blocks, and NOTHING else. This is unlike TryCatch, which provides a nice syntax and avoids adding another call stack layer, and supports calling return from the try block to return from the parent subroutine. These extra features come at a cost of a few dependencies, namely Devel::Declare and Scope::Upper that are occasionally problematic, and the additional catch filtering uses Moose type constraints, which may not be desirable either.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 21 Feb 2024 15:48:25 UTC
CompletedWed, 21 Feb 2024 15:48:25 UTC
Tags
f40
f41
RPMs
src
perl-Try-Tiny-0.31-9.fc40.src.rpm (info) (download)
noarch
perl-Try-Tiny-0.31-9.fc40.noarch.rpm (info) (download)
Changelog * Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.31-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.31-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.31-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.31-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.31-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.31-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.31-3 - Perl 5.36 rebuild