Update to 1.38

- New upstream release 1.38
  - An exception without a message will now default to either the associated
    exception class description or the string "[Generic exception]" (PR #2)
  - Added field_hash() and context_hash() methods (PR #1)
This commit is contained in:
Paul Howarth 2014-05-06 00:17:39 +01:00
parent 4eee4691dc
commit 23f296d417
2 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Exception-Class Name: perl-Exception-Class
Version: 1.37 Version: 1.38
Release: 4%{?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
Group: Development/Libraries Group: Development/Libraries
@ -11,12 +11,14 @@ BuildRequires: perl
BuildRequires: perl(base) BuildRequires: perl(base)
BuildRequires: perl(Class::Data::Inheritable) >= 0.02 BuildRequires: perl(Class::Data::Inheritable) >= 0.02
BuildRequires: perl(Devel::StackTrace) >= 1.20 BuildRequires: perl(Devel::StackTrace) >= 1.20
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Spec) BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(overload) BuildRequires: perl(overload)
BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict) BuildRequires: perl(strict)
BuildRequires: perl(Test::More) >= 0.46 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -46,6 +48,12 @@ make test
%{_mandir}/man3/Exception::Class::Base.3pm* %{_mandir}/man3/Exception::Class::Base.3pm*
%changelog %changelog
* Mon May 5 2014 Paul Howarth <paul@city-fan.org> - 1.38-1
- Update to 1.38
- An exception without a message will now default to either the associated
exception class description or the string "[Generic exception]" (PR #2)
- Added field_hash() and context_hash() methods (PR #1)
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-4 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@ -74,7 +82,6 @@ make test
- Drop support for distributions older than EL-6 (test suite would need - Drop support for distributions older than EL-6 (test suite would need
patching for EL-5 anyway) patching for EL-5 anyway)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-8 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
9953d120112d971f1deafdba9dc15aa7 Exception-Class-1.37.tar.gz 4d7203a95893449f53ccacb385981569 Exception-Class-1.38.tar.gz