Пакет perl-Exception-Class-1.44-2.el8.src
Имя | perl-Exception-Class |
---|---|
Эпоха | 0 |
Версия | 1.44 |
Релиз | 2.el8 |
Архитектура | src |
Сайт | http://search.cpan.org/dist/Exception-Class/ |
Лицензия | GPL+ or Artistic |
Время сборки | 2023-12-08 16:56:13 |
Хост сборки | builder-x86-03.inferitos.ru |
Краткое описание | Module that allows you to declare real exception classes in Perl |
Репозитории | PowerTools |
Полное описание | Exception::Class allows you to declare exception hierarchies in your modules in a "Java-esque" manner. |
Эррата | — |
Размер | 64 КиБ |
Исходный проект | perl-Exception-Class-1.44-2.el8 |
Контрольная сумма SHA-256 | df7117f66ffa8cc662a92bbbb34d343c3d29c3820977b52b8624fd8fc62cae27 |
×
* 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