[perl-Test-NoBreakpoints] Utilize Test::Pod when building

Petr Pisar ppisar at fedoraproject.org
Tue May 22 14:59:24 UTC 2012


commit 776a17f7fb4a6c209f0bead834dc9eb3086f7420
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue May 22 16:59:16 2012 +0200

    Utilize Test::Pod when building

 perl-Test-NoBreakpoints.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-NoBreakpoints.spec b/perl-Test-NoBreakpoints.spec
index cdf172b..550c587 100644
--- a/perl-Test-NoBreakpoints.spec
+++ b/perl-Test-NoBreakpoints.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-NoBreakpoints
 Version:        0.15
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Test that files do not contain soft breakpoints
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -19,6 +19,7 @@ BuildRequires:  perl(Test::More) >= 0.92
 BuildRequires:  perl(Test::Tester) >= 0.09
 BuildRequires:  perl(Test::UseAllModules)
 # Optional tests:
+BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::NoWarnings)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -48,5 +49,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue May 22 2012 Petr Pisar <ppisar at redhat.com> - 0.15-2
+- Utilize Test::Pod when building
+
 * Thu Apr 26 2012 Petr Pisar <ppisar at redhat.com> 0.15-1
 - Specfile autogenerated by cpanspec 1.78.


More information about the scm-commits mailing list