diff options
author | David Golden <dagolden@cpan.org> | 2011-01-02 17:34:44 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-01-02 17:36:18 -0500 |
commit | 42467a219c70177fc2004ed9b73d6c3db59dba5c (patch) | |
tree | bbdc7f18c5a6e878d567ff5deddcf1ad04f79c85 /Porting | |
parent | dedb16dc0c120d95838b9c92d8ea7f6c72081857 (diff) | |
download | perl-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 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index a1be41d32c..d745ab5802 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -442,10 +442,9 @@ use File::Glob qw(:case); 'CPAN::Meta::YAML' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.002.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.003.tar.gz', 'FILES' => q[cpan/CPAN-Meta-YAML], 'EXCLUDED' => [ - 't/00-compile.t', # dzil boilerplate 't/04_scalar.t', # requires YAML.pm ], 'UPSTREAM' => 'cpan', |