Sat, 29 Jun 2024 07:15:55 UTC | login

Information for build perl-Try-Tiny-0.30-4.fc29

ID55331
Package Nameperl-Try-Tiny
Version0.30
Release4.fc29
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
StartedThu, 19 Jul 2018 03:29:01 UTC
CompletedThu, 19 Jul 2018 03:29:01 UTC
Tags
f29
f30
f31
RPMs
src
perl-Try-Tiny-0.30-4.fc29.src.rpm (info) (download)
noarch
perl-Try-Tiny-0.30-4.fc29.noarch.rpm (info) (download)
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.30-3 - Perl 5.28 rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.30-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Dec 21 2017 Paul Howarth <paul@city-fan.org> - 0.30-1 - Update to 0.30 - Expand "when" test skippage to more perl versions * Tue Dec 19 2017 Paul Howarth <paul@city-fan.org> - 0.29-1 - Update to 0.29 - Skip tests of "when" and "given/when" usage for perl 5.27.7 *only* (see CPAN RT#123908) * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.28-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.28-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Jan 09 2017 Paul Howarth <paul@city-fan.org> - 0.28-1 - Update to 0.28 - Enabled some tests of finally blocks that were disabled on 5.6, now that that functionality works (since 0.13) (GH#4) * Tue Aug 16 2016 Paul Howarth <paul@city-fan.org> - 0.27-1 - Update to 0.27 - "finally" blocks are now run for all methods of leaving the try block (including via exit, goto) (CPAN RT#112099) - Switch from finalizers using an array to a hash, to resolve segfaults when creating a pseudofork on MSWin before perl 5.20 (karenetheridge/Sub-Name/#3) - Repository moved to the github p5sagit organization (the primary is on shadowcat, mirrored to github) - BR: perl-generators - Simplify find command using -delete