Sat, 06 Jul 2024 19:10:13 UTC | login

Information for build perl-Exception-Class-1.44-3.fc29

ID49938
Package Nameperl-Exception-Class
Version1.44
Release3.fc29
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
StartedThu, 12 Jul 2018 19:09:27 UTC
CompletedThu, 12 Jul 2018 19:09:27 UTC
Tags
f29
RPMs
src
perl-Exception-Class-1.44-3.fc29.src.rpm (info) (download)
noarch
perl-Exception-Class-1.44-3.fc29.noarch.rpm (info) (download)
Changelog * 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 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.42-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Jan 05 2017 Paul Howarth <paul@city-fan.org> - 1.42-1 - Update to 1.42 - Generated exception classes are now added to %INC; if you subclass a generated class with "use base" then base.pm will no longer attempt to load the requested class (GH#8) * Fri Dec 09 2016 Paul Howarth <paul@city-fan.org> - 1.41-1 - Update to 1.41 - Switch to GitHub Issues - Author/Release tests moved to xt/, so don't bother trying to run them