From 9bb62a8d3f4d83f978a0b1adab63adcea20d8306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcela=20Ma=C5=A1l=C3=A1=C5=88ov=C3=A1?= Date: Mon, 7 Mar 2011 13:32:35 +0100 Subject: [PATCH] add Test::Warn into BR --- perl-Inline.spec | 4 ++++ 1 file changed, 4 insertions(+) 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á - 0.48-1 - update to 0.48 +- add Test::Warn into BR * Tue Feb 08 2011 Fedora Release Engineering - 0.47-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild