This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update CPAN-Meta-Requirements to CPAN version 2.123
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sat, 31 Aug 2013 10:21:15 +0000 (11:21 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sat, 31 Aug 2013 10:21:15 +0000 (11:21 +0100)
  [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
cpan/CPAN-Meta-Requirements/Changes
cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm

index 0c795df..70bdefa 100755 (executable)
@@ -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),
index f39e1e2..bbe42f3 100644 (file)
@@ -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]
index ee53a3c..e552e68 100644 (file)
@@ -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<http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta-Requirements>.
+at L<https://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta-Requirements>.
 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<https://github.com/dagolden/cpan-meta-requirements>
 
-  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
-