Thu, 03 Oct 2024 13:35:13 UTC | login

Information for build perl-Exception-Class-1.44-6.fc31

ID88906
Package Nameperl-Exception-Class
Version1.44
Release6.fc31
Epoch
SummaryModule that allows you to declare real exception classes in Perl
DescriptionException::Class allows you to declare exception hierarchies in your modules in a "Java-esque" manner.
Built bydavidlt
State complete
Volume DEFAULT
StartedTue, 16 Jul 2019 06:51:04 UTC
CompletedTue, 16 Jul 2019 06:51:04 UTC
Tags
f31
RPMs
src
perl-Exception-Class-1.44-6.fc31.src.rpm (info) (download)
noarch
perl-Exception-Class-1.44-6.fc31.noarch.rpm (info) (download)
Changelog * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.44-6 - Perl 5.30 rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.44-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.44-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.44-3 - Perl 5.28 rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.44-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Dec 11 2017 Paul Howarth <paul@city-fan.org> - 1.44-1 - Update to 1.44 - You can now pass "frame_filter", "filter_frames_early" and "skip_frames" to the throw() method of an exception class; these will be passed on to the Devel::StackTrace constructor (GH#6) * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.43-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jul 10 2017 Paul Howarth <paul@city-fan.org> - 1.43-1 - Update to 1.43 - The full_message() method in Exception::Class::Base now calls message() instead of accessing the object's hash key, which makes it easier to override message() in a subclass (GH#11) * Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.42-3 - Perl 5.26 rebuild