|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Perl-MinimumVersion
|
|
|
|
|
Version: 1.18
|
|
|
|
|
Version: 1.19
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Find a minimum required version of perl for Perl code
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
@ -15,11 +15,19 @@ BuildRequires: perl(List::Util) >= 1.19
|
|
|
|
|
BuildRequires: perl(PPI) >= 1.118
|
|
|
|
|
BuildRequires: perl(Test::Script) >= 1.02
|
|
|
|
|
BuildRequires: perl(version)
|
|
|
|
|
BuildRequires: perl(File::Find::Rule)
|
|
|
|
|
BuildRequires: perl(File::Find::Rule) >= 0.30
|
|
|
|
|
BuildRequires: perl(File::Find::Rule::Perl) >= 1.04
|
|
|
|
|
BuildRequires: perl(File::Spec) >= 0.80
|
|
|
|
|
BuildRequires: perl(Test::More) >= 0.47
|
|
|
|
|
|
|
|
|
|
# For improved tests
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.00
|
|
|
|
|
BuildRequires: perl(Test::CPAN::Meta) >= 0.12
|
|
|
|
|
# n/a in Fedora
|
|
|
|
|
# BuildRequires: perl(Pod::Simple) >= 3.07
|
|
|
|
|
BuildRequires: perl(Pod::Simple)
|
|
|
|
|
BuildRequires: perl(Test::MinimumVersion) >= 0.008
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Find a minimum required version of perl for Perl code
|
|
|
|
@ -53,6 +61,9 @@ make test AUTOMATED_TESTING=1
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 16 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.19-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
|
|
|
|
|
* Mon Aug 25 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.18-1
|
|
|
|
|
- Upstream update.
|
|
|
|
|
|
|
|
|
|