In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/bc7b0a13068646ea6178a0f9fc07fa0a1d3a7a8c?hp=4b8c6c21cda3d9cbafb72eda661edc9052aa2cec>
- Log ----------------------------------------------------------------- commit bc7b0a13068646ea6178a0f9fc07fa0a1d3a7a8c Author: Steve Hay <[email protected]> Date: Mon Oct 12 11:43:08 2009 +0100 version's t/survey_locales is not in core so mark it as EXCLUDED ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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}, ], -- Perl5 Master Repository
