Update to 2.131

- New upstream release 2.131
  - Merging Module => 0 into requirements is now optimized
  - Scalar::Utils removed as a prerequisite
This commit is contained in:
Paul Howarth 2014-12-24 12:06:10 +00:00
parent b3971df42a
commit 7f0fb9468f
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Name: perl-CPAN-Meta-Requirements
Version: 2.130
Version: 2.131
Release: 1%{?dist}
Summary: Set of version requirements for a CPAN dist
License: GPL+ or Artistic
@ -13,7 +13,6 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
# Module
BuildRequires: perl(B)
BuildRequires: perl(Carp)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict)
BuildRequires: perl(version) >= 0.88
BuildRequires: perl(warnings)
@ -38,7 +37,7 @@ BuildRequires: perl(Test::Pod) >= 1.41
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
BuildRequires: perl(Test::Portability::Files)
BuildRequires: perl(Test::Spelling) >= 0.12, aspell-en
BuildRequires: perl(Test::Version) >= 0.04
BuildRequires: perl(Test::Version) >= 1
%endif
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -91,6 +90,11 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/CPAN::Meta::Requirements.3*
%changelog
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 2.131-1
- Update to 2.131
- Merging Module => 0 into requirements is now optimized
- Scalar::Utils removed as a prerequisite
* Thu Nov 20 2014 Paul Howarth <paul@city-fan.org> - 2.130-1
- Update to 2.130
- from_string_hash can take optional constructor arguments

View File

@ -1 +1 @@
c25c8fb8b0e8ed0d6c41aaa9f4080683 CPAN-Meta-Requirements-2.130.tar.gz
15c275eb7fad097694d53e89ee183149 CPAN-Meta-Requirements-2.131.tar.gz