diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-02-07 10:14:27 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-02-07 10:14:27 +0000 |
commit | b3100a1d0ee80a210e6330922fa4c78edffb7d52 (patch) | |
tree | 6f07c773654e200fde945b9e822231004ad14592 | |
parent | edda670c3a5d90819e8702dc489d4806d1ab850f (diff) | |
download | perl-b3100a1d0ee80a210e6330922fa4c78edffb7d52.tar.gz |
Update CPAN-Meta-YAML to CPAN version 0.006
[DELTA]
0.006 2012-02-06 20:51:47 EST5EDT
- Generated from ADAMK/YAML-Tiny-1.50.tar.gz
- Set back configure_requires prerequisite for ExtUtils::MakeMaker
from 6.30 to 6.17 (per request from Andreas Koenig)
-rwxr-xr-x | Porting/Maintainers.pl | 3 | ||||
-rw-r--r-- | cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm | 8 | ||||
-rw-r--r-- | pod/perldelta.pod | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 3bf15adf88..6dc6077c92 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -493,9 +493,10 @@ use File::Glob qw(:case); 'CPAN::Meta::YAML' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.005.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.006.tar.gz', 'FILES' => q[cpan/CPAN-Meta-YAML], 'EXCLUDED' => [ + 't/00-compile.t', 't/04_scalar.t', # requires YAML.pm qr{^xt}, ], diff --git a/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm b/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm index 7277d426c8..1d203dacb2 100644 --- a/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm +++ b/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm @@ -1,6 +1,6 @@ package CPAN::Meta::YAML; { - $CPAN::Meta::YAML::VERSION = '0.005'; + $CPAN::Meta::YAML::VERSION = '0.006'; } use strict; @@ -643,11 +643,11 @@ END_PERL =head1 NAME -CPAN::Meta::YAML - Read and write a subset of YAML for CPAN Meta files +CPAN::Meta::YAML =head1 VERSION -version 0.005 +version 0.006 =head1 SYNOPSIS @@ -674,7 +674,7 @@ This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like F<META.yml> and F<MYMETA.yml>. It should not be used for any other general YAML parsing or generation task. -NOTE: META.yml (and MYMETA.yml) files should be UTF-8 encoded. Users are +NOTE: F<META.yml> (and F<MYMETA.yml>) files should be UTF-8 encoded. Users are responsible for proper encoding and decoding. In particular, the C<read> and C<write> methods do B<not> support UTF-8 and should not be used. diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1e2f08b888..32cf56d6d6 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -273,6 +273,10 @@ Work around a memory leak bug involving version objects in boolean context. =item * +L<CPAN::Meta::YAML> has been upgraded from version 0.005 to version 0.006. + +=item * + L<DB_File> has been upgraded from version 1.824 to version 1.826. =item * |