summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2011-01-02 17:34:44 -0500
committerDavid Golden <dagolden@cpan.org>2011-01-02 17:36:18 -0500
commit42467a219c70177fc2004ed9b73d6c3db59dba5c (patch)
treebbdc7f18c5a6e878d567ff5deddcf1ad04f79c85 /cpan
parentdedb16dc0c120d95838b9c92d8ea7f6c72081857 (diff)
downloadperl-42467a219c70177fc2004ed9b73d6c3db59dba5c.tar.gz
Update CPAN::Meta::YAML to 0.003
This is a minor documentation change at Ingy's request. Also, the 0.003 CPAN release omits a test file that we were excluding so I've removed it from the EXCLUDES list in Maintainers.pl
Diffstat (limited to 'cpan')
-rw-r--r--cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm b/cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm
index 080939a8fe..2e94a18084 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;
BEGIN {
- $CPAN::Meta::YAML::VERSION = '0.002';
+ $CPAN::Meta::YAML::VERSION = '0.003';
}
use strict;
@@ -644,7 +644,7 @@ CPAN::Meta::YAML - Read and write a subset of YAML for CPAN Meta files
=head1 VERSION
-version 0.002
+version 0.003
=head1 SYNOPSIS
@@ -680,7 +680,7 @@ L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=YAML-Tiny>
=head1 SEE ALSO
-L<YAML>, L<YAML::Syck>, L<YAML::LibYAML>, L<YAML::XS>
+L<YAML::Tiny>, L<YAML>, L<YAML::XS>
=head1 AUTHORS