Update to 0.10

- New upstream release 0.10
  - Support 5.6 again
This commit is contained in:
Paul Howarth 2015-07-21 20:26:07 +01:00
parent 169c806679
commit 042cf3b03c
2 changed files with 8 additions and 5 deletions

View File

@ -3,7 +3,7 @@
Name: perl-Test-Requires
Summary: Checks to see if a given module can be loaded
Version: 0.09
Version: 0.10
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
@ -16,8 +16,7 @@ BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Copy)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
# Module
BuildRequires: perl(base)
BuildRequires: perl(strict)
@ -25,7 +24,7 @@ BuildRequires: perl(Test::Builder::Module)
BuildRequires: perl(warnings)
# Test Suite
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Test::More) >= 0.61
BuildRequires: perl(Test::More) >= 0.47
# Extra Tests
%if 0%{!?perl_bootstrap:1} && 0%{!?rhel:1}
# Test::Perl::Critic -> Perl::Critic -> PPIx::Regexp -> Test::Kwalitee ->
@ -75,6 +74,10 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::Requires.3*
%changelog
* Tue Jul 21 2015 Paul Howarth <paul@city-fan.org> - 0.10-1
- Update to 0.10
- Support 5.6 again
* Tue Jul 21 2015 Paul Howarth <paul@city-fan.org> - 0.09-1
- Update to 0.09
- Requires 5.8.1

View File

@ -1 +1 @@
795c1b3d02f91291e59791ce58f5cdb7 Test-Requires-0.09.tar.gz
0d5da779609d0c8fa6f796b45ff8c6f3 Test-Requires-0.10.tar.gz