[perl-CPAN-Meta-Requirements] Update to 2.129

Paul Howarth pghmcfc at fedoraproject.org
Fri Nov 14 10:54:23 UTC 2014


commit 664160b217ec951d306405c981d8e89ad553925f
Author: Paul Howarth <paul at city-fan.org>
Date:   Fri Nov 14 10:51:43 2014 +0000

    Update to 2.129
    
    - New upstream release 2.129
      - from_string_hash can now accept v-strings as hash values

 perl-CPAN-Meta-Requirements.spec |   10 +++++++---
 sources                          |    2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/perl-CPAN-Meta-Requirements.spec b/perl-CPAN-Meta-Requirements.spec
index 59f0d67..d8799f0 100644
--- a/perl-CPAN-Meta-Requirements.spec
+++ b/perl-CPAN-Meta-Requirements.spec
@@ -1,5 +1,5 @@
 Name:           perl-CPAN-Meta-Requirements
-Version:        2.128
+Version:        2.129
 Release:        1%{?dist}
 Summary:        Set of version requirements for a CPAN dist
 License:        GPL+ or Artistic
@@ -9,7 +9,7 @@ Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/CPAN-Meta-Requireme
 BuildArch:      noarch
 # Build
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
 # Module
 # B not used at tests
 BuildRequires:  perl(Carp)
@@ -84,9 +84,13 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
 %license LICENSE
 %doc Changes CONTRIBUTING.mkdn perlcritic.rc README
 %{perl_vendorlib}/CPAN/
-%{_mandir}/man3/CPAN::Meta::Requirements.3pm*
+%{_mandir}/man3/CPAN::Meta::Requirements.3*
 
 %changelog
+* Fri Nov 14 2014 Paul Howarth <paul at city-fan.org> - 2.129-1
+- Update to 2.129
+  - from_string_hash can now accept v-strings as hash values
+
 * Thu Sep 18 2014 Petr Pisar <ppisar at redhat.com> - 2.128-1
 - 2.128 bump
 
diff --git a/sources b/sources
index ad8fea7..ddedb0e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7af182565c0b068a01b3d0735dc2144b  CPAN-Meta-Requirements-2.128.tar.gz
+59af66365efa7fdcb1a904b84585e11e  CPAN-Meta-Requirements-2.129.tar.gz



More information about the perl-devel mailing list