diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-03 09:04:57 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-03 13:13:41 +0100 |
commit | 765955c0598cb2915f4350bfd30d8ee5b56d538b (patch) | |
tree | 3fdbff87b2cea75314383545192387e5edf5ced4 /Porting | |
parent | 87d1bd01597e2e93bb5da79a4496fff661540f00 (diff) | |
download | perl-765955c0598cb2915f4350bfd30d8ee5b56d538b.tar.gz |
Porting/Maintainers.pl - No need to list IGNORABLES as EXCLUDED
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 37f7cbd6f7..62c636af34 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -380,7 +380,6 @@ use File::Glob qw(:case); 'EXCLUDED' => [ qw(t/00-compile.t), qw[t/00-report-prereqs.t], - qw(cpanfile), qr{^xt}, qr{^history}, ], @@ -793,7 +792,6 @@ use File::Glob qw(:case); 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.036.tar.gz', 'FILES' => q[cpan/HTTP-Tiny], 'EXCLUDED' => [ - 'cpanfile', 't/00-compile.t', 't/00-report-prereqs.t', 't/200_live.t', @@ -1150,7 +1148,6 @@ use File::Glob qw(:case); 'EXCLUDED' => [ qw(t/00-compile.t), qw[t/00-report-prereqs.t], - qw(cpanfile), qr{^xt}, ], 'UPSTREAM' => 'cpan', @@ -1171,7 +1168,7 @@ use File::Glob qw(:case); 'Perl::OSType' => { 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.006.tar.gz', 'FILES' => q[cpan/Perl-OSType], - 'EXCLUDED' => [qw(cpanfile), qw(tidyall.ini), qr/^xt/, qr{^t/00-}], + 'EXCLUDED' => [qw(tidyall.ini), qr/^xt/, qr{^t/00-}], 'UPSTREAM' => 'cpan', }, |