summaryrefslogtreecommitdiff
path: root/Porting/Maintainers.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-xPorting/Maintainers.pl3
1 files changed, 2 insertions, 1 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},
],