From: Chris 'BinGOs' Williams Date: Fri, 2 Aug 2013 16:34:19 +0000 (+0100) Subject: Update CPAN-Meta to CPAN version 2.132140 X-Git-Tag: upstream/5.20.0~2510 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ec7fa08c4ab0825b2b61a36206a5b7faefac092;p=platform%2Fupstream%2Fperl.git Update CPAN-Meta to CPAN version 2.132140 [DELTA] 2.132140 2013-08-02 11:54:17 America/New_York [DOCUMENTATION] - Fixed some typos in CPAN::Meta::Spec [OTHER] - migrated repository to Perl-Toolchain-Gang organization on Github and updated metadata accordingly --- diff --git a/META.json b/META.json index e19993d..ecaf7b8 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "perl5-porters@perl.org" ], "dynamic_config" : 1, - "generated_by" : "CPAN::Meta version 2.131560", + "generated_by" : "CPAN::Meta version 2.132140", "license" : [ "perl_5" ], diff --git a/META.yml b/META.yml index 75d3086..5364958 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.131560, CPAN::Meta::Converter version 2.131560' +generated_by: 'CPAN::Meta version 2.132140, CPAN::Meta::Converter version 2.132140' 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 c8021a7..01551d1 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -448,7 +448,7 @@ use File::Glob qw(:case); 'CPAN::Meta' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.131560.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.132140.tar.gz', 'FILES' => q[cpan/CPAN-Meta], 'EXCLUDED' => [ qw(t/00-compile.t), diff --git a/cpan/CPAN-Meta/Changes b/cpan/CPAN-Meta/Changes index 3d3e819..3b63b66 100644 --- a/cpan/CPAN-Meta/Changes +++ b/cpan/CPAN-Meta/Changes @@ -1,5 +1,16 @@ Revision history for CPAN-Meta +2.132140 2013-08-02 11:54:17 America/New_York + + [DOCUMENTATION] + + - Fixed some typos in CPAN::Meta::Spec + + [OTHER] + + - migrated repository to Perl-Toolchain-Gang organization on Github and + updated metadata accordingly + 2.131560 2013-06-05 15:26:36 America/New_York [DOCUMENTATION] @@ -376,3 +387,4 @@ Revision history for CPAN-Meta - keep the old specs from getting indexed so as not to confuse people +# vim: ts=2 sts=2 sw=2 et: diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta.pm b/cpan/CPAN-Meta/lib/CPAN/Meta.pm index 0d486cd..2fefc3e 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.131560'; # VERSION +our $VERSION = '2.132140'; # VERSION use Carp qw(carp croak); @@ -348,7 +348,7 @@ CPAN::Meta - the distribution metadata for a CPAN dist =head1 VERSION -version 2.131560 +version 2.132140 =head1 SYNOPSIS @@ -529,7 +529,7 @@ exception will be raised. my $copy = $meta->as_struct( \%options ); -This method returns a deep copy of the object's metadata as an unblessed has +This method returns a deep copy of the object's metadata as an unblessed hash reference. It takes an optional hashref of options. If the hashref contains a C argument, the copied metadata will be converted to the version of the specification and returned. For example: @@ -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,7 +699,7 @@ 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 @@ -751,6 +751,10 @@ Gregor Hermann =item * +Karen Etheridge + +=item * + Ken Williams =item * @@ -775,6 +779,14 @@ Michael G. Schwern =item * +Olaf Alders + +=item * + +Olivier Mengué + +=item * + Randy Sims =back diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm index 2004192..0293f84 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.131560'; # VERSION +our $VERSION = '2.132140'; # VERSION use CPAN::Meta::Validator; @@ -1280,7 +1280,7 @@ CPAN::Meta::Converter - Convert CPAN distribution metadata structures =head1 VERSION -version 2.131560 +version 2.132140 =head1 SYNOPSIS @@ -1388,68 +1388,6 @@ Ricardo Signes =back -=head1 CONTRIBUTORS - -=over 4 - -=item * - -Ansgar Burchardt - -=item * - -Avar Arnfjord Bjarmason - -=item * - -Christopher J. Madsen - -=item * - -Cory G Watson - -=item * - -Damyan Ivanov - -=item * - -Eric Wilhelm - -=item * - -Gregor Hermann - -=item * - -Ken Williams - -=item * - -Kenichi Ishigaki - -=item * - -Lars Dieckow - -=item * - -Leon Timmermans - -=item * - -Mark Fowler - -=item * - -Michael G. Schwern - -=item * - -Randy Sims - -=back - =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2010 by David Golden and Ricardo Signes. diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm index 6122d34..402eaac 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.131560'; # VERSION +our $VERSION = '2.132140'; # VERSION use CPAN::Meta::Prereqs; @@ -44,7 +44,7 @@ CPAN::Meta::Feature - an optional feature provided by a CPAN distribution =head1 VERSION -version 2.131560 +version 2.132140 =head1 DESCRIPTION @@ -101,68 +101,6 @@ Ricardo Signes =back -=head1 CONTRIBUTORS - -=over 4 - -=item * - -Ansgar Burchardt - -=item * - -Avar Arnfjord Bjarmason - -=item * - -Christopher J. Madsen - -=item * - -Cory G Watson - -=item * - -Damyan Ivanov - -=item * - -Eric Wilhelm - -=item * - -Gregor Hermann - -=item * - -Ken Williams - -=item * - -Kenichi Ishigaki - -=item * - -Lars Dieckow - -=item * - -Leon Timmermans - -=item * - -Mark Fowler - -=item * - -Michael G. Schwern - -=item * - -Randy Sims - -=back - =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2010 by David Golden and Ricardo Signes. diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm index 6f54db4..fab14c8 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.131560'; # VERSION +our $VERSION = '2.132140'; # VERSION 1; @@ -21,7 +21,7 @@ CPAN::Meta::History - history of CPAN Meta Spec changes =head1 VERSION -version 2.131560 +version 2.132140 =head1 DESCRIPTION @@ -305,68 +305,6 @@ Ricardo Signes =back -=head1 CONTRIBUTORS - -=over 4 - -=item * - -Ansgar Burchardt - -=item * - -Avar Arnfjord Bjarmason - -=item * - -Christopher J. Madsen - -=item * - -Cory G Watson - -=item * - -Damyan Ivanov - -=item * - -Eric Wilhelm - -=item * - -Gregor Hermann - -=item * - -Ken Williams - -=item * - -Kenichi Ishigaki - -=item * - -Lars Dieckow - -=item * - -Leon Timmermans - -=item * - -Mark Fowler - -=item * - -Michael G. Schwern - -=item * - -Randy Sims - -=back - =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2010 by David Golden and Ricardo Signes. diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm index d4f1777..3fa9e0c 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.131560'; # VERSION +our $VERSION = '2.132140'; # 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.131560 +version 2.132140 =head1 DESCRIPTION @@ -262,68 +262,6 @@ Ricardo Signes =back -=head1 CONTRIBUTORS - -=over 4 - -=item * - -Ansgar Burchardt - -=item * - -Avar Arnfjord Bjarmason - -=item * - -Christopher J. Madsen - -=item * - -Cory G Watson - -=item * - -Damyan Ivanov - -=item * - -Eric Wilhelm - -=item * - -Gregor Hermann - -=item * - -Ken Williams - -=item * - -Kenichi Ishigaki - -=item * - -Lars Dieckow - -=item * - -Leon Timmermans - -=item * - -Mark Fowler - -=item * - -Michael G. Schwern - -=item * - -Randy Sims - -=back - =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2010 by David Golden and Ricardo Signes. diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm index 17a27aa..b30dbf3 100644 --- a/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm +++ b/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm @@ -1,14 +1,21 @@ -# vi:tw=72 +# XXX RULES FOR PATCHING THIS FILE XXX +# Patches that fix typos or formatting are acceptable. Patches +# that change semantics are not acceptable without prior approval +# by David Golden or Ricardo Signes. + use 5.006; use strict; use warnings; package CPAN::Meta::Spec; -our $VERSION = '2.131560'; # VERSION +our $VERSION = '2.132140'; # VERSION 1; # ABSTRACT: specification for CPAN distribution metadata + +# vi:tw=72 + __END__ =pod @@ -21,7 +28,7 @@ CPAN::Meta::Spec - specification for CPAN distribution metadata =head1 VERSION -version 2.131560 +version 2.132140 =head1 SYNOPSIS @@ -586,7 +593,7 @@ I Because there is currently no way for a distribution to specify a dependency on an optional feature of another dependency, the use of C is discouraged. Instead, create a separate, installable distribution that ensures the desired -feature is available. For example, if C has a "Baz" feature, +feature is available. For example, if C has a C feature, release a separate C distribution that satisfies requirements for the feature. @@ -640,14 +647,14 @@ Example: provides => { 'Foo::Bar' => { file => 'lib/Foo/Bar.pm', - version => 0.27_02 + version => '0.27_02', }, 'Foo::Bar::Blah' => { file => 'lib/Foo/Bar/Blah.pm', }, 'Foo::Bar::Baz' => { file => 'lib/Foo/Bar/Baz.pm', - version => 0.3, + version => '0.3', }, } @@ -735,7 +742,8 @@ is a Map with the following valid keys: Because a url like C is ambiguous as to type, producers should provide a C whenever a C key is given. The C field should be the name of the most common program used -to work with the repository, e.g. git, svn, cvs, darcs, bzr or hg. +to work with the repository, e.g. C, C, C, C, +C or C. =back @@ -996,7 +1004,7 @@ described in the L section. Another subtle error that can occur in resolving prerequisites comes from the way that modules in prerequisites are indexed to distribution files on CPAN. When a module is deleted from a distribution, prerequisites calling -for that module could indicate an older distribution should installed, +for that module could indicate an older distribution should be installed, potentially overwriting files from a newer distribution. For example, as of Oct 31, 2009, the CPAN index file contained these @@ -1140,68 +1148,6 @@ Ricardo Signes =back -=head1 CONTRIBUTORS - -=over 4 - -=item * - -Ansgar Burchardt - -=item * - -Avar Arnfjord Bjarmason - -=item * - -Christopher J. Madsen - -=item * - -Cory G Watson - -=item * - -Damyan Ivanov - -=item * - -Eric Wilhelm - -=item * - -Gregor Hermann - -=item * - -Ken Williams - -=item * - -Kenichi Ishigaki - -=item * - -Lars Dieckow - -=item * - -Leon Timmermans - -=item * - -Mark Fowler - -=item * - -Michael G. Schwern - -=item * - -Randy Sims - -=back - =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2010 by David Golden and Ricardo Signes. diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm index 79e3695..25a9f5a 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.131560'; # VERSION +our $VERSION = '2.132140'; # VERSION #--------------------------------------------------------------------------# @@ -840,7 +840,7 @@ CPAN::Meta::Validator - validate CPAN distribution metadata structures =head1 VERSION -version 2.131560 +version 2.132140 =head1 SYNOPSIS @@ -1043,68 +1043,6 @@ Ricardo Signes =back -=head1 CONTRIBUTORS - -=over 4 - -=item * - -Ansgar Burchardt - -=item * - -Avar Arnfjord Bjarmason - -=item * - -Christopher J. Madsen - -=item * - -Cory G Watson - -=item * - -Damyan Ivanov - -=item * - -Eric Wilhelm - -=item * - -Gregor Hermann - -=item * - -Ken Williams - -=item * - -Kenichi Ishigaki - -=item * - -Lars Dieckow - -=item * - -Leon Timmermans - -=item * - -Mark Fowler - -=item * - -Michael G. Schwern - -=item * - -Randy Sims - -=back - =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2010 by David Golden and Ricardo Signes.