[perl-WWW-Shorten] Skip t/98pod-coverage.t test

Petr Pisar ppisar at fedoraproject.org
Tue Jul 30 06:52:15 UTC 2013


commit 00cb497269430811825a8c015f387436061e6084
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jul 30 08:47:25 2013 +0200

    Skip t/98pod-coverage.t test

 perl-WWW-Shorten.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/perl-WWW-Shorten.spec b/perl-WWW-Shorten.spec
index 4d1657b..f032fe7 100644
--- a/perl-WWW-Shorten.spec
+++ b/perl-WWW-Shorten.spec
@@ -15,7 +15,6 @@ BuildRequires:  perl(LWP) >= 5.75
 BuildRequires:  perl(LWP::UserAgent) >= 2.023
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More) >= 0.47
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(URI) >= 1.27
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -39,7 +38,8 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test --test_files 't/0*.t t/9*.t'
+# Skip t/98pod-coverage.t test, CPAN RT#85418
+./Build test --test_files 't/0*.t t/99*.t'
 
 %files
 %doc Artistic AUTHORS ChangeLog.SPOON Changes CREDITS LICENCE README TODO
@@ -51,6 +51,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %changelog
 * Mon Jul 29 2013 Petr Pisar <ppisar at redhat.com> - 3.03-5
 - Perl 5.18 rebuild
+- Skip t/98pod-coverage.t test (CPAN RT#85418)
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.03-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild



More information about the perl-devel mailing list