[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package perl-Exception-Class-1.44-2.el8.noarch download

Name perl-Exception-Class
Epoch 0
Version 1.44
Release 2.el8
Architecture noarch
Website/URL http://search.cpan.org/dist/Exception-Class/
License GPL+ or Artistic
Build Time 2023-12-08 16:56:18
Build Host builder-x86-03.inferitos.ru
Summary Module that allows you to declare real exception classes in Perl
Repositories PowerTools
Description Exception::Class allows you to declare exception hierarchies in your modules in a "Java-esque" manner.
Errata
Size 50 KiB
Source Project perl-Exception-Class-1.44-2.el8
SHA-256 checksum 90eacf17d2daeb138f594f2502066378a8b1ee659901fe35d4d2b48d523743b6
× Full screenshot
Changelog link
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.44-2
- Rebuilt for MSVSphere 8.8

* 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

* Mon May 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.40-3
- Perl 5.24 rebuild