[perl-Inline] add Test::Warn into BR

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Mar 7 12:32:51 UTC 2011


commit 9bb62a8d3f4d83f978a0b1adab63adcea20d8306
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Mar 7 13:32:35 2011 +0100

    add Test::Warn into BR

 perl-Inline.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/perl-Inline.spec b/perl-Inline.spec
index abeb38a..4a2ccb4 100644
--- a/perl-Inline.spec
+++ b/perl-Inline.spec
@@ -12,8 +12,11 @@ BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Parse::RecDescent)
 BuildRequires:  perl(Inline::Files)
+# tests
+BuildRequires:  perl(Test::Warn)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+
 %description
 The Inline module allows you to put source code from other programming
 languages directly "inline" in a Perl script or module. The code is
@@ -74,6 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Mar  7 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.48-1
 - update to 0.48
+- add Test::Warn into BR
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.47-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list