|
|
|
@ -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@redhat.com> - 0.48-1
|
|
|
|
|
- update to 0.48
|
|
|
|
|
- add Test::Warn into BR
|
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.47-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|