[perl-Exception-Class] Update to 1.38

Paul Howarth pghmcfc at fedoraproject.org
Mon May 5 23:17:58 UTC 2014


commit 23f296d4177b00d944a4de54cbcc0ce8c23883b6
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue May 6 00:17:39 2014 +0100

    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)

 perl-Exception-Class.spec |   17 ++++++++++++-----
 sources                   |    2 +-
 2 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/perl-Exception-Class.spec b/perl-Exception-Class.spec
index 5591112..96c2593 100644
--- a/perl-Exception-Class.spec
+++ b/perl-Exception-Class.spec
@@ -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 at 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 at 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 at lists.fedoraproject.org> - 1.32-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index d501822..e876037 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9953d120112d971f1deafdba9dc15aa7  Exception-Class-1.37.tar.gz
+4d7203a95893449f53ccacb385981569  Exception-Class-1.38.tar.gz



More information about the perl-devel mailing list