Update to 0.014

- New upstream release 0.014
  - Undef versions are now passed through to CPAN::Meta::Requirements for the
    check, rather than failing with "Missing version" errors
This commit is contained in:
Paul Howarth 2016-11-26 15:28:46 +00:00
parent 592c9445fa
commit fc416c0f23
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: perl-CPAN-Meta-Check
Summary: Verify requirements in a CPAN::Meta object
Version: 0.013
Version: 0.014
Release: 1%{?dist}
License: GPL+ or Artistic
URL: https://metacpan.org/release/CPAN-Meta-Check
@ -20,7 +20,9 @@ BuildRequires: perl(Module::Metadata) >= 1.000023
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Test
BuildRequires: perl(CPAN::Meta) >= 2.120920
BuildRequires: perl(Env)
BuildRequires: perl(lib)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 0.88
# Extra tests
@ -59,6 +61,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/CPAN::Meta::Check.3*
%changelog
* Sat Nov 26 2016 Paul Howarth <paul@city-fan.org> - 0.014-1
- Update to 0.014
- Undef versions are now passed through to CPAN::Meta::Requirements for the
check, rather than failing with "Missing version" errors
* Thu Jul 21 2016 Paul Howarth <paul@city-fan.org> - 0.013-1
- Update to 0.013
- Make tests more resilient against dev versions of dependencies

View File

@ -1 +1 @@
7bf7867f9e898e6398b9c2e8d668bb0b CPAN-Meta-Check-0.013.tar.gz
ccd4448a7b08e1e3ef6f475030b282c9 CPAN-Meta-Check-0.014.tar.gz