[perl-Test-UseAllModules] 0.17 bump

Petr Pisar ppisar at fedoraproject.org
Fri Nov 14 09:02:20 UTC 2014


commit 808a34d724892fb89f1b836f75fa07f715d44006
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Nov 14 10:01:41 2014 +0100

    0.17 bump

 .gitignore                   |    1 +
 perl-Test-UseAllModules.spec |   14 ++++++++++----
 sources                      |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 455ba44..44c181d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Test-UseAllModules-0.13.tar.gz
 /Test-UseAllModules-0.14.tar.gz
 /Test-UseAllModules-0.15.tar.gz
+/Test-UseAllModules-0.17.tar.gz
diff --git a/perl-Test-UseAllModules.spec b/perl-Test-UseAllModules.spec
index a667a91..50b6aeb 100644
--- a/perl-Test-UseAllModules.spec
+++ b/perl-Test-UseAllModules.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-UseAllModules
-Version:        0.15
-Release:        2%{?dist}
+Version:        0.17
+Release:        1%{?dist}
 Summary:        Do use_ok() for all the MANIFESTed modules
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,7 +8,7 @@ URL:            http://search.cpan.org/dist/Test-UseAllModules/
 Source0:        http://www.cpan.org/authors/id/I/IS/ISHIGAKI/Test-UseAllModules-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker::CPANfile) >= 0.06
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -21,6 +21,9 @@ BuildRequires:  perl(Test::More) >= 0.60
 # Tests only:
 BuildRequires:  perl(FindBin)
 BuildRequires:  perl(lib)
+# Optional tests:
+BuildRequires:  perl(Test::Pod) >= 1.18
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 Requires:       perl(Test::Builder) >= 0.30
 Requires:       perl(Test::More) >= 0.60
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -53,7 +56,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+TEST_POD=1 make test
 
 %files
 %doc Changes README
@@ -61,6 +64,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov 14 2014 Petr Pisar <ppisar at redhat.com> - 0.17-1
+- 0.17 bump
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.15-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 13df572..4beb933 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d93006b81d8a6d544a464125a76fd533  Test-UseAllModules-0.15.tar.gz
+aa7168526e2b3ec54fc705c6e260fbf6  Test-UseAllModules-0.17.tar.gz



More information about the perl-devel mailing list