diff options
author | Steve Hay <SteveHay@planit.com> | 2009-10-12 11:43:08 +0100 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2009-10-12 11:48:18 +0100 |
commit | bc7b0a13068646ea6178a0f9fc07fa0a1d3a7a8c (patch) | |
tree | df69c1740e783a69147e276c5ea6890d5d54b56f /Porting | |
parent | 4b8c6c21cda3d9cbafb72eda661edc9052aa2cec (diff) | |
download | perl-bc7b0a13068646ea6178a0f9fc07fa0a1d3a7a8c.tar.gz |
version's t/survey_locales is not in core so mark it as EXCLUDED
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
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}, ], |