summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index be25b3e867..b7407273ee 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1639,7 +1639,7 @@ use File::Glob qw(:case);
'DISTRIBUTION' => 'JPEACOCK/version-0.77.tar.gz',
'FILES' => q[lib/version.pm lib/version.pod lib/version.t
lib/version],
- 'EXCLUDED' => [ qr{^t/.*\.t$}, qr{^vutil/},
+ 'EXCLUDED' => [ qr{^t/.*\.t$}, qw{t/survey_locales}, qr{^vutil/},
qw{lib/version/typemap},
qw{vperl/vpp.pm},
],