From: Nicholas Clark Date: Sun, 13 Sep 2009 16:45:17 +0000 (+0100) Subject: Module::Build's contrib directory should be marked as EXCLUDED from the core. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c5cb1db4779e061c5d9179a8fdbb794afe0c22a9;p=p5sagit%2Fp5-mst-13.2.git Module::Build's contrib directory should be marked as EXCLUDED from the core. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 515b94d..c82bcbf 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1022,7 +1022,8 @@ use File::Glob qw(:case); 'MAINTAINER' => 'kwilliams', 'DISTRIBUTION' => 'DAGOLDEN/Module-Build-0.35.tar.gz', 'FILES' => q[lib/Module/Build lib/Module/Build.pm], - 'EXCLUDED' => [ qw{ t/par.t t/signature.t scripts/bundle.pl}, ], + 'EXCLUDED' => [ qw{ t/par.t t/signature.t scripts/bundle.pl}, + qr!^contrib/! ], 'CPAN' => 1, 'UPSTREAM' => 'cpan', },