From: Steve Hay Date: Mon, 12 Oct 2009 10:43:08 +0000 (+0100) Subject: version's t/survey_locales is not in core so mark it as EXCLUDED X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bc7b0a13068646ea6178a0f9fc07fa0a1d3a7a8c;p=p5sagit%2Fp5-mst-13.2.git version's t/survey_locales is not in core so mark it as EXCLUDED --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index be25b3e..b740727 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}, ],