Tue, 11 Jun 2024 08:26:44 UTC | login

Information for build perl-TryCatch-1.003002-22.fc33

ID136785
Package Nameperl-TryCatch
Version1.003002
Release22.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-TryCatch.git#4dbb42b74a9d39aedd74a6b5a062e485a7f921e2
SummaryFirst class try catch semantics for Perl, without source filters
DescriptionThis module aims to provide a nicer syntax and method to catch errors in Perl, similar to what is found in other languages (such as Java, Python or C++). The standard method of using eval {}; if ($@) {} is often prone to subtle bugs, primarily that its far too easy to stomp on the error in error handlers. And also eval/if isn't the nicest idiom.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 26 Mar 2020 14:33:48 UTC
CompletedThu, 26 Mar 2020 14:50:44 UTC
Taskbuild (f33, /rpms/perl-TryCatch.git:4dbb42b74a9d39aedd74a6b5a062e485a7f921e2)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-TryCatch.git#4dbb42b74a9d39aedd74a6b5a062e485a7f921e2'}}
Tags
f33
RPMs
src
perl-TryCatch-1.003002-22.fc33.src.rpm (info) (download)
riscv64
perl-TryCatch-1.003002-22.fc33.riscv64.rpm (info) (download)
perl-TryCatch-debuginfo-1.003002-22.fc33.riscv64.rpm (info) (download)
perl-TryCatch-debugsource-1.003002-22.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.003002-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.003002-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.003002-20 - Perl 5.30 rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.003002-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.003002-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.003002-17 - Perl 5.28 rebuild