diff options
Diffstat (limited to 'cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm')
-rw-r--r-- | cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm | 10 |
1 files changed, 5 insertions, 5 deletions
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 |