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:
parent
4eee4691dc
commit
23f296d417
@ -1,6 +1,6 @@
|
||||
Name: perl-Exception-Class
|
||||
Version: 1.37
|
||||
Release: 4%{?dist}
|
||||
Version: 1.38
|
||||
Release: 1%{?dist}
|
||||
Summary: Module that allows you to declare real exception classes in Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -11,12 +11,14 @@ BuildRequires: perl
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Class::Data::Inheritable) >= 0.02
|
||||
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::Temp)
|
||||
BuildRequires: perl(overload)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Test::More) >= 0.46
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(warnings)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -46,6 +48,12 @@ make test
|
||||
%{_mandir}/man3/Exception::Class::Base.3pm*
|
||||
|
||||
%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
|
||||
- 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
|
||||
patching for EL-5 anyway)
|
||||
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user