[perl-Module-Manifest/el6] Drop Test::Exception version requirement to 0.26

Paul Howarth pghmcfc at fedoraproject.org
Mon Aug 8 12:44:19 UTC 2011


commit 0574e067ccaafb37f5e5199032f94fca1303dcbc
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Aug 8 13:25:06 2011 +0100

    Drop Test::Exception version requirement to 0.26
    
    Drop Test::Exception version requirement to 0.26 for EPEL-4/5 compatibility
    (test suite still passes)

 perl-Module-Manifest.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-Manifest.spec b/perl-Module-Manifest.spec
index 72e77e7..4c1e161 100644
--- a/perl-Module-Manifest.spec
+++ b/perl-Module-Manifest.spec
@@ -11,7 +11,7 @@ BuildArch:      noarch
 BuildRequires:  perl >= 0:5.005
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Params::Util) >= 0.10
-BuildRequires:  perl(Test::Exception) >= 0.27
+BuildRequires:  perl(Test::Exception) >= 0.26
 BuildRequires:  perl(Test::More) >= 0.42
 BuildRequires:  perl(Test::Warn) >= 0.11
 Requires:       perl(File::Spec) >= 0.80
@@ -57,6 +57,8 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Aug  8 2011 Paul Howarth <paul at city-fan.org> - 1.08-5
 - Fix sample script permissions in %%prep rather than %%install
+- Drop Test::Exception version requirement to 0.26 for EPEL-4/5 compatibility
+  (test suite still passes)
 
 * Wed Jul 20 2011 Petr Sabata <contyk at redhat.com> - 1.08-4
 - Perl mass rebuild



More information about the perl-devel mailing list