From 53bb269adb43d7401b24f03e38d2c87d10d9ab70 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Mon, 9 Sep 2013 08:46:18 +0100 Subject: [PATCH] Upgrade CPAN::Meta from version 2.132140 to 2.132510 --- META.json | 2 +- META.yml | 2 +- Porting/Maintainers.pl | 3 ++- cpan/CPAN-Meta/Changes | 6 ++++++ cpan/CPAN-Meta/lib/CPAN/Meta.pm | 10 +++++----- cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm | 4 ++-- cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm | 4 ++-- cpan/CPAN-Meta/lib/CPAN/Meta/History.pm | 4 ++-- cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm | 4 ++-- cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm | 21 +++------------------ cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm | 4 ++-- pod/perldelta.pod | 7 +++++++ 12 files changed, 35 insertions(+), 36 deletions(-) diff --git a/META.json b/META.json index 2f33fe0..53054fc 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "perl5-porters@perl.org" ], "dynamic_config" : 1, - "generated_by" : "CPAN::Meta version 2.132140", + "generated_by" : "CPAN::Meta version 2.132510", "license" : [ "perl_5" ], diff --git a/META.yml b/META.yml index d173b2b..7326bc9 100644 --- a/META.yml +++ b/META.yml @@ -4,7 +4,7 @@ author: - perl5-porters@perl.org build_requires: {} dynamic_config: 1 -generated_by: 'CPAN::Meta version 2.132140, CPAN::Meta::Converter version 2.132140' +generated_by: 'CPAN::Meta version 2.132510, CPAN::Meta::Converter version 2.132510' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f48c124..1134731 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -457,11 +457,12 @@ use File::Glob qw(:case); # perl -Icpan/CPAN-Meta/lib Porting/makemeta 'CPAN::Meta' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.132140.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.132510.tar.gz', 'FILES' => q[cpan/CPAN-Meta], 'EXCLUDED' => [ qw(t/00-compile.t), qw[t/00-report-prereqs.t], + qw(cpanfile), qr{^xt}, qr{^history}, ], diff --git a/cpan/CPAN-Meta/Changes b/cpan/CPAN-Meta/Changes index 3b63b66..82e1560 100644 --- a/cpan/CPAN-Meta/Changes +++ b/cpan/CPAN-Meta/Changes @@ -1,5 +1,11 @@ Revision history for CPAN-Meta +2.132510 2013-09-08 10:17:29 America/New_York + + [FIXED] + + - Fixed incorrectly encoded META.yml + 2.132140 2013-08-02 11:54:17 America/New_York [DOCUMENTATION] diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta.pm b/cpan/CPAN-Meta/lib/CPAN/Meta.pm index 2fefc3e..cdaf829 100644 --- a/cpan/CPAN-Meta/lib/CPAN/Meta.pm +++ b/cpan/CPAN-Meta/lib/CPAN/Meta.pm @@ -2,7 +2,7 @@ use 5.006; use strict; use warnings; package CPAN::Meta; -our $VERSION = '2.132140'; # VERSION +our $VERSION = '2.132510'; # VERSION use Carp qw(carp croak); @@ -348,7 +348,7 @@ CPAN::Meta - the distribution metadata for a CPAN dist =head1 VERSION -version 2.132140 +version 2.132510 =head1 SYNOPSIS @@ -691,7 +691,7 @@ L =head2 Bugs / Feature Requests Please report any bugs or feature requests through the issue tracker -at L. +at L. You will be notified automatically of any progress on your issue. =head2 Source Code @@ -699,9 +699,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 +L - git clone git://github.com/dagolden/cpan-meta.git + git clone https://github.com/Perl-Toolchain-Gang/CPAN-Meta.git =head1 AUTHORS diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm index 0293f84..413d4eb 100644 --- a/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm +++ b/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm @@ -2,7 +2,7 @@ use 5.006; use strict; use warnings; package CPAN::Meta::Converter; -our $VERSION = '2.132140'; # VERSION +our $VERSION = '2.132510'; # VERSION use CPAN::Meta::Validator; @@ -1280,7 +1280,7 @@ CPAN::Meta::Converter - Convert CPAN distribution metadata structures =head1 VERSION -version 2.132140 +version 2.132510 =head1 SYNOPSIS diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm index 402eaac..16737a2 100644 --- a/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm +++ b/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm @@ -2,7 +2,7 @@ use 5.006; use strict; use warnings; package CPAN::Meta::Feature; -our $VERSION = '2.132140'; # VERSION +our $VERSION = '2.132510'; # VERSION use CPAN::Meta::Prereqs; @@ -44,7 +44,7 @@ CPAN::Meta::Feature - an optional feature provided by a CPAN distribution =head1 VERSION -version 2.132140 +version 2.132510 =head1 DESCRIPTION diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm index fab14c8..1c31f14 100644 --- a/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm +++ b/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm @@ -3,7 +3,7 @@ use 5.006; use strict; use warnings; package CPAN::Meta::History; -our $VERSION = '2.132140'; # VERSION +our $VERSION = '2.132510'; # VERSION 1; @@ -21,7 +21,7 @@ CPAN::Meta::History - history of CPAN Meta Spec changes =head1 VERSION -version 2.132140 +version 2.132510 =head1 DESCRIPTION diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm index 3fa9e0c..2a4fdf8 100644 --- a/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm +++ b/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm @@ -2,7 +2,7 @@ use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; -our $VERSION = '2.132140'; # VERSION +our $VERSION = '2.132510'; # VERSION use Carp qw(confess); @@ -151,7 +151,7 @@ CPAN::Meta::Prereqs - a set of distribution prerequisites by phase and type =head1 VERSION -version 2.132140 +version 2.132510 =head1 DESCRIPTION diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm index b30dbf3..a0e3a08 100644 --- a/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm +++ b/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm @@ -7,7 +7,7 @@ use 5.006; use strict; use warnings; package CPAN::Meta::Spec; -our $VERSION = '2.132140'; # VERSION +our $VERSION = '2.132510'; # VERSION 1; @@ -28,7 +28,7 @@ CPAN::Meta::Spec - specification for CPAN distribution metadata =head1 VERSION -version 2.132140 +version 2.132510 =head1 SYNOPSIS @@ -1106,7 +1106,7 @@ JSON, L YAML, L -=head1 CONTRIBUTORS +=head1 HISTORY Ken Williams wrote the original CPAN Meta Spec (also known as the "META.yml spec") in 2003 and maintained it through several revisions @@ -1119,21 +1119,6 @@ process. David and Ricardo Signes drafted the final version 2 spec in April 2010 based on the version 1.4 spec and patches contributed during the proposal process. -Several others have contributed patches over the years. The full list -of contributors in the repository history currently includes: - - 2shortplanks - Avar Arnfjord Bjarmason - Christopher J. Madsen - Damyan Ivanov - David Golden - Eric Wilhelm - Ken Williams - Lars DIECKOW - Michael G. Schwern - Randy Sims - Ricardo Signes - =head1 AUTHORS =over 4 diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm index 25a9f5a..1c8ce04 100644 --- a/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm +++ b/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm @@ -2,7 +2,7 @@ use 5.006; use strict; use warnings; package CPAN::Meta::Validator; -our $VERSION = '2.132140'; # VERSION +our $VERSION = '2.132510'; # VERSION #--------------------------------------------------------------------------# @@ -840,7 +840,7 @@ CPAN::Meta::Validator - validate CPAN distribution metadata structures =head1 VERSION -version 2.132140 +version 2.132510 =head1 SYNOPSIS diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 810556e..5a5a859 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -176,6 +176,13 @@ This module now works on EBCDIC platforms. =item * +L has been upgraded from version 2.132140 to 2.132510. + +No changes have been made to the installed code other than the version bump to +keep in sync with the latest CPAN release. + +=item * + L has been upgraded from version 2.122 to 2.123. No changes have been made to the installed code other than the version bump to -- 2.7.4