Update to 1.43
- New upstream release 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)
This commit is contained in:
parent
38c2060f6b
commit
4352675533
3
.rpmlint
Normal file
3
.rpmlint
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
from Config import *
|
||||||
|
|
||||||
|
addFilter("spelling-error %description -l en_US esque -> ")
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Exception-Class
|
Name: perl-Exception-Class
|
||||||
Version: 1.42
|
Version: 1.43
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Module that allows you to declare real exception classes in Perl
|
Summary: Module that allows you to declare real exception classes in Perl
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/Exception-Class/
|
URL: http://search.cpan.org/dist/Exception-Class/
|
||||||
@ -56,6 +56,12 @@ make test
|
|||||||
%{_mandir}/man3/Exception::Class::Base.3*
|
%{_mandir}/man3/Exception::Class::Base.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.42-3
|
||||||
- Perl 5.26 rebuild
|
- Perl 5.26 rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Exception-Class-1.42.tar.gz) = b13f13882a4ca1bb44219dab1ebc7cd730d3b739e8f540b597fa3aa0adc0ede00e927844d293c584f05cce643c23bac73703318873c526c94668b8f9ff98a643
|
SHA512 (Exception-Class-1.43.tar.gz) = 8416f82032dd39c38c9a4e12d7ae23cd0d66e1cbe9b22bde274972031c6218ed2d90cf9caf052a3d201decf92e715d0bf56a42789f35a7a60b9ea66680fb2668
|
||||||
|
Loading…
Reference in New Issue
Block a user