This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update CPAN-Meta to CPAN version 2.112600
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sun, 18 Sep 2011 21:01:08 +0000 (22:01 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Sun, 18 Sep 2011 21:22:26 +0000 (22:22 +0100)
  [DELTA]

  2.112600  2011-09-17 12:21:09 America/New_York

    [DOCUMENTATION]

    - Fixed spelling error in CPAN::Meta::Spec (RT #71036) [Gregor Hermann]

Porting/Maintainers.pl
cpan/CPAN-Meta/Changes
cpan/CPAN-Meta/lib/CPAN/Meta.pm
cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm
cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm
cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm
cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm
pod/perldelta.pod

index bc386f1..08967b6 100755 (executable)
@@ -496,7 +496,7 @@ use File::Glob qw(:case);
     'CPAN::Meta' =>
        {
        'MAINTAINER'    => 'dagolden',
     'CPAN::Meta' =>
        {
        'MAINTAINER'    => 'dagolden',
-       'DISTRIBUTION'  => 'DAGOLDEN/CPAN-Meta-2.112580.tar.gz',
+       'DISTRIBUTION'  => 'DAGOLDEN/CPAN-Meta-2.112600.tar.gz',
        'FILES'         => q[cpan/CPAN-Meta],
        'EXCLUDED'      => [
                                qr/^xt/,
        'FILES'         => q[cpan/CPAN-Meta],
        'EXCLUDED'      => [
                                qr/^xt/,
index 210cb49..5ae721e 100644 (file)
@@ -1,5 +1,11 @@
 Revision history for CPAN-Meta
 
 Revision history for CPAN-Meta
 
+2.112600  2011-09-17 12:21:09 America/New_York
+
+  [DOCUMENTATION]
+
+  - Fixed spelling error in CPAN::Meta::Spec (RT #71036) [Gregor Hermann]
+
 2.112580  2011-09-15 10:53:59 America/New_York
 
   [BUGFIX]
 2.112580  2011-09-15 10:53:59 America/New_York
 
   [BUGFIX]
index 83feb31..493fba8 100644 (file)
@@ -2,7 +2,7 @@ use 5.006;
 use strict;
 use warnings;
 package CPAN::Meta;
 use strict;
 use warnings;
 package CPAN::Meta;
-our $VERSION = '2.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
 
 
 use Carp qw(carp croak);
 
 
 use Carp qw(carp croak);
@@ -346,7 +346,7 @@ CPAN::Meta - the distribution metadata for a CPAN dist
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-version 2.112580
+version 2.112600
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS
 
index e2c66ef..5a3fad4 100644 (file)
@@ -2,7 +2,7 @@ use 5.006;
 use strict;
 use warnings;
 package CPAN::Meta::Converter;
 use strict;
 use warnings;
 package CPAN::Meta::Converter;
-our $VERSION = '2.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
 
 
 use CPAN::Meta::Validator;
 
 
 use CPAN::Meta::Validator;
@@ -1260,7 +1260,7 @@ CPAN::Meta::Converter - Convert CPAN distribution metadata structures
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-version 2.112580
+version 2.112600
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS
 
index 2ffd6e2..72f32b3 100644 (file)
@@ -2,7 +2,7 @@ use 5.006;
 use strict;
 use warnings;
 package CPAN::Meta::Feature;
 use strict;
 use warnings;
 package CPAN::Meta::Feature;
-our $VERSION = '2.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
 
 use CPAN::Meta::Prereqs;
 
 
 use CPAN::Meta::Prereqs;
 
@@ -42,7 +42,7 @@ CPAN::Meta::Feature - an optional feature provided by a CPAN distribution
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-version 2.112580
+version 2.112600
 
 =head1 DESCRIPTION
 
 
 =head1 DESCRIPTION
 
index 8b6710e..df3524c 100644 (file)
@@ -3,7 +3,7 @@ use 5.006;
 use strict;
 use warnings;
 package CPAN::Meta::History;
 use strict;
 use warnings;
 package CPAN::Meta::History;
-our $VERSION = '2.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
 
 1;
 
 
 1;
 
@@ -20,7 +20,7 @@ CPAN::Meta::History - history of CPAN Meta Spec changes
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-version 2.112580
+version 2.112600
 
 =head1 DESCRIPTION
 
 
 =head1 DESCRIPTION
 
index 4aae48f..5e025d7 100644 (file)
@@ -2,7 +2,7 @@ use 5.006;
 use strict;
 use warnings;
 package CPAN::Meta::Prereqs;
 use strict;
 use warnings;
 package CPAN::Meta::Prereqs;
-our $VERSION = '2.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
 
 
 use Carp qw(confess);
 
 
 use Carp qw(confess);
@@ -149,7 +149,7 @@ CPAN::Meta::Prereqs - a set of distribution prerequisites by phase and type
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-version 2.112580
+version 2.112600
 
 =head1 DESCRIPTION
 
 
 =head1 DESCRIPTION
 
index ed60a19..393088e 100644 (file)
@@ -3,7 +3,7 @@ use 5.006;
 use strict;
 use warnings;
 package CPAN::Meta::Spec;
 use strict;
 use warnings;
 package CPAN::Meta::Spec;
-our $VERSION = '2.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
 
 1;
 
 
 1;
 
@@ -20,7 +20,7 @@ CPAN::Meta::Spec - specification for CPAN distribution metadata
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-version 2.112580
+version 2.112600
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS
 
@@ -572,7 +572,7 @@ B<must not> include C<configure> phase prereqs.
 =back
 
 Consumers B<must not> include optional features as prerequisites without
 =back
 
 Consumers B<must not> include optional features as prerequisites without
-explict instruction from users (whether via interactive prompting,
+explicit instruction from users (whether via interactive prompting,
 a function parameter or a configuration value, etc. ).
 
 If an optional feature is used by a consumer to add additional
 a function parameter or a configuration value, etc. ).
 
 If an optional feature is used by a consumer to add additional
index 30acb9c..81ec895 100644 (file)
@@ -2,7 +2,7 @@ use 5.006;
 use strict;
 use warnings;
 package CPAN::Meta::Validator;
 use strict;
 use warnings;
 package CPAN::Meta::Validator;
-our $VERSION = '2.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
 
 
 #--------------------------------------------------------------------------#
 
 
 #--------------------------------------------------------------------------#
@@ -838,7 +838,7 @@ CPAN::Meta::Validator - validate CPAN distribution metadata structures
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-version 2.112580
+version 2.112600
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS
 
index 98d56fb..f463fae 100644 (file)
@@ -178,7 +178,7 @@ It now correctly deparses C<$#{/}> and C<qq(${#}a)>.
 
 =item *
 
 
 =item *
 
-L<CPAN::Meta> has been upgraded from version 2.112150 to version 2.112580.
+L<CPAN::Meta> has been upgraded from version 2.112150 to version 2.112600.
 
 =item *
 
 
 =item *