From 7cb95fb75d247cb9df4c4bfadd5cfac54b6a8873 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Sat, 31 Aug 2013 11:21:15 +0100 Subject: [PATCH] Update CPAN-Meta-Requirements to CPAN version 2.123 [DELTA] 2.123 2013-08-30 12:17:14 America/New_York [Fixed] - On Perls prior to v5.12, CPAN::Meta::Requirements will be installed into the 'core' library path to avoid an older version bundled with ExtUtils::MakeMaker and installed there taking precedence. --- Porting/Maintainers.pl | 2 +- cpan/CPAN-Meta-Requirements/Changes | 8 ++++++++ cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm | 12 +++++++----- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 0c795df..70bdefa 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -467,7 +467,7 @@ use File::Glob qw(:case); 'CPAN::Meta::Requirements' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-Requirements-2.122.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-Requirements-2.123.tar.gz', 'FILES' => q[cpan/CPAN-Meta-Requirements], 'EXCLUDED' => [ qw(t/00-compile.t), diff --git a/cpan/CPAN-Meta-Requirements/Changes b/cpan/CPAN-Meta-Requirements/Changes index f39e1e2..bbe42f3 100644 --- a/cpan/CPAN-Meta-Requirements/Changes +++ b/cpan/CPAN-Meta-Requirements/Changes @@ -1,5 +1,13 @@ Revision history for CPAN-Meta-Requirements +2.123 2013-08-30 12:17:14 America/New_York + + [Fixed] + + - On Perls prior to v5.12, CPAN::Meta::Requirements will be installed + into the 'core' library path to avoid an older version bundled with + ExtUtils::MakeMaker and installed there taking precedence. + 2.122 2012-05-02 17:29:17 America/New_York [Fixed] diff --git a/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm b/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm index ee53a3c..e552e68 100644 --- a/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm +++ b/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm @@ -1,7 +1,7 @@ use strict; use warnings; package CPAN::Meta::Requirements; -our $VERSION = '2.122'; # VERSION +our $VERSION = '2.123'; # VERSION # ABSTRACT: a set of version requirements for a CPAN dist @@ -433,15 +433,18 @@ sub from_string_hash { # vim: ts=2 sts=2 sw=2 et: __END__ + =pod +=encoding utf-8 + =head1 NAME CPAN::Meta::Requirements - a set of version requirements for a CPAN dist =head1 VERSION -version 2.122 +version 2.123 =head1 SYNOPSIS @@ -691,7 +694,7 @@ CPAN::Meta::Requirements object. =head2 Bugs / Feature Requests Please report any bugs or feature requests through the issue tracker -at L. +at L. You will be notified automatically of any progress on your issue. =head2 Source Code @@ -701,7 +704,7 @@ public review and contribution under the terms of the license. L - git clone https://github.com/dagolden/cpan-meta-requirements.git + git clone git://github.com/dagolden/cpan-meta-requirements.git =head1 AUTHORS @@ -725,4 +728,3 @@ This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut - -- 2.7.4