diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-08-31 11:21:15 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-08-31 11:21:15 +0100 |
commit | 7cb95fb75d247cb9df4c4bfadd5cfac54b6a8873 (patch) | |
tree | fa50d3f44a09337fcc2e90de517cb33ea30c09b6 /cpan | |
parent | 8738904a0e8f481e4054e9eea62378de91ad67e4 (diff) | |
download | perl-7cb95fb75d247cb9df4c4bfadd5cfac54b6a8873.tar.gz |
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.
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/CPAN-Meta-Requirements/Changes | 8 | ||||
-rw-r--r-- | cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm | 12 |
2 files changed, 15 insertions, 5 deletions
diff --git a/cpan/CPAN-Meta-Requirements/Changes b/cpan/CPAN-Meta-Requirements/Changes index f39e1e2137..bbe42f355d 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 ee53a3c457..e552e687c7 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<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 - |