'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),
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]
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
# 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
=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
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
the same terms as the Perl 5 programming language system itself.
=cut
-