This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
version's t/survey_locales is not in core so mark it as EXCLUDED
authorSteve Hay <SteveHay@planit.com>
Mon, 12 Oct 2009 10:43:08 +0000 (11:43 +0100)
committerSteve Hay <SteveHay@planit.com>
Mon, 12 Oct 2009 10:48:18 +0000 (11:48 +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},
                           ],