version's t/survey_locales is not in core so mark it as EXCLUDED
Steve Hay [Mon, 12 Oct 2009 10:43:08 +0000 (11:43 +0100)]
Porting/Maintainers.pl

index be25b3e..b740727 100755 (executable)
@@ -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},
                           ],