diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-01 13:12:33 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-10-01 13:12:33 +0100 |
commit | 56284aa925d98c8e8e8f6705ab5e7b3bd5a54cda (patch) | |
tree | ad0d2c8880879a6790308a2c8210c429cbd17576 /cpan/CPAN-Meta-Requirements | |
parent | 7d7e3722046fdccae6de41456b34b7452a7c426e (diff) | |
download | perl-56284aa925d98c8e8e8f6705ab5e7b3bd5a54cda.tar.gz |
Update CPAN-Meta-Requirements to CPAN version 2.125
[DELTA]
2.125 2013-09-23 14:51:14 America/New_York
[FIXED]
- updated Makefile.PL logic to support PERL_NO_HIGHLANDER
2.124 2013-09-23 06:40:07 America/New_York
[FIXED]
- Better fix than 2.123. On old perls, rather than install into
'core', we continue to install into the proper 'site' library,
but force UNINST=1 when necessary to remove stale copies
from ExtUtils::MakeMaker
Diffstat (limited to 'cpan/CPAN-Meta-Requirements')
-rw-r--r-- | cpan/CPAN-Meta-Requirements/Changes | 19 | ||||
-rw-r--r-- | cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm | 10 |
2 files changed, 22 insertions, 7 deletions
diff --git a/cpan/CPAN-Meta-Requirements/Changes b/cpan/CPAN-Meta-Requirements/Changes index bbe42f355d..dbfbf99c68 100644 --- a/cpan/CPAN-Meta-Requirements/Changes +++ b/cpan/CPAN-Meta-Requirements/Changes @@ -1,8 +1,23 @@ Revision history for CPAN-Meta-Requirements +2.125 2013-09-23 14:51:14 America/New_York + + [FIXED] + + - updated Makefile.PL logic to support PERL_NO_HIGHLANDER + +2.124 2013-09-23 06:40:07 America/New_York + + [FIXED] + + - Better fix than 2.123. On old perls, rather than install into + 'core', we continue to install into the proper 'site' library, + but force UNINST=1 when necessary to remove stale copies + from ExtUtils::MakeMaker + 2.123 2013-08-30 12:17:14 America/New_York - [Fixed] + [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 @@ -10,7 +25,7 @@ Revision history for CPAN-Meta-Requirements 2.122 2012-05-02 17:29:17 America/New_York - [Fixed] + [FIXED] - Fix typo in documentation: the exclusion symbol is "!=" rather than just "!". The implemenation was correct, just the docs were wrong. diff --git a/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm b/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm index e552e687c7..621550cef6 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.123'; # VERSION +our $VERSION = '2.125'; # VERSION # ABSTRACT: a set of version requirements for a CPAN dist @@ -444,7 +444,7 @@ CPAN::Meta::Requirements - a set of version requirements for a CPAN dist =head1 VERSION -version 2.123 +version 2.125 =head1 SYNOPSIS @@ -694,7 +694,7 @@ CPAN::Meta::Requirements object. =head2 Bugs / Feature Requests Please report any bugs or feature requests through the issue tracker -at L<https://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Meta-Requirements>. +at L<https://github.com/dagolden/CPAN-Meta-Requirements/issues>. You will be notified automatically of any progress on your issue. =head2 Source Code @@ -702,9 +702,9 @@ You will be notified automatically of any progress on your issue. This is open source software. The code repository is available for public review and contribution under the terms of the license. -L<https://github.com/dagolden/cpan-meta-requirements> +L<https://github.com/dagolden/CPAN-Meta-Requirements> - git clone git://github.com/dagolden/cpan-meta-requirements.git + git clone https://github.com/dagolden/CPAN-Meta-Requirements.git =head1 AUTHORS |