summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-09-18 22:01:08 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-09-18 22:22:26 +0100
commit85091ccc46b54ca843402c676923435ca5b88474 (patch)
tree6932374244d0acbd1c4acfdc43b6d9dd3a8e0885
parent8fe353ef0987121ae6b17c9dbd86962f54a703c0 (diff)
downloadperl-85091ccc46b54ca843402c676923435ca5b88474.tar.gz
Update CPAN-Meta to CPAN version 2.112600
[DELTA] 2.112600 2011-09-17 12:21:09 America/New_York [DOCUMENTATION] - Fixed spelling error in CPAN::Meta::Spec (RT #71036) [Gregor Hermann]
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/CPAN-Meta/Changes6
-rw-r--r--cpan/CPAN-Meta/lib/CPAN/Meta.pm4
-rw-r--r--cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm4
-rw-r--r--cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm4
-rw-r--r--cpan/CPAN-Meta/lib/CPAN/Meta/History.pm4
-rw-r--r--cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm4
-rw-r--r--cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm6
-rw-r--r--cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm4
-rw-r--r--pod/perldelta.pod2
10 files changed, 23 insertions, 17 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index bc386f1859..08967b6536 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -496,7 +496,7 @@ use File::Glob qw(:case);
'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/,
diff --git a/cpan/CPAN-Meta/Changes b/cpan/CPAN-Meta/Changes
index 210cb499e4..5ae721ecda 100644
--- a/cpan/CPAN-Meta/Changes
+++ b/cpan/CPAN-Meta/Changes
@@ -1,5 +1,11 @@
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]
diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta.pm b/cpan/CPAN-Meta/lib/CPAN/Meta.pm
index 83feb31f06..493fba843a 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.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
use Carp qw(carp croak);
@@ -346,7 +346,7 @@ CPAN::Meta - the distribution metadata for a CPAN dist
=head1 VERSION
-version 2.112580
+version 2.112600
=head1 SYNOPSIS
diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm
index e2c66ef928..5a3fad4d42 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.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
use CPAN::Meta::Validator;
@@ -1260,7 +1260,7 @@ CPAN::Meta::Converter - Convert CPAN distribution metadata structures
=head1 VERSION
-version 2.112580
+version 2.112600
=head1 SYNOPSIS
diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm
index 2ffd6e2e1c..72f32b3f96 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.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
use CPAN::Meta::Prereqs;
@@ -42,7 +42,7 @@ CPAN::Meta::Feature - an optional feature provided by a CPAN distribution
=head1 VERSION
-version 2.112580
+version 2.112600
=head1 DESCRIPTION
diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
index 8b6710e15a..df3524cf5e 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.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
1;
@@ -20,7 +20,7 @@ CPAN::Meta::History - history of CPAN Meta Spec changes
=head1 VERSION
-version 2.112580
+version 2.112600
=head1 DESCRIPTION
diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm
index 4aae48feda..5e025d7efe 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.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
use Carp qw(confess);
@@ -149,7 +149,7 @@ CPAN::Meta::Prereqs - a set of distribution prerequisites by phase and type
=head1 VERSION
-version 2.112580
+version 2.112600
=head1 DESCRIPTION
diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
index ed60a19bd8..393088e3e8 100644
--- a/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
+++ b/cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
@@ -3,7 +3,7 @@ use 5.006;
use strict;
use warnings;
package CPAN::Meta::Spec;
-our $VERSION = '2.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
1;
@@ -20,7 +20,7 @@ CPAN::Meta::Spec - specification for CPAN distribution metadata
=head1 VERSION
-version 2.112580
+version 2.112600
=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
-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
diff --git a/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm b/cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm
index 30acb9c60f..81ec895e3d 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.112580'; # VERSION
+our $VERSION = '2.112600'; # VERSION
#--------------------------------------------------------------------------#
@@ -838,7 +838,7 @@ CPAN::Meta::Validator - validate CPAN distribution metadata structures
=head1 VERSION
-version 2.112580
+version 2.112600
=head1 SYNOPSIS
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 98d56fb348..f463faefb5 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -178,7 +178,7 @@ It now correctly deparses C<$#{/}> and C<qq(${#}a)>.
=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 *