From: Nicholas Clark Date: Sat, 1 May 2010 10:51:18 +0000 (+0100) Subject: For threads, we ignore all files in the distribution's examples directory. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5076122b4b81a9205f345095441175ec32f59d43;p=p5sagit%2Fp5-mst-13.2.git For threads, we ignore all files in the distribution's examples directory. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d40a569..b59e32d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1410,8 +1410,8 @@ use File::Glob qw(:case); 'MAINTAINER' => 'jdhedden', 'DISTRIBUTION' => 'JDHEDDEN/threads-1.77.tar.gz', 'FILES' => q[dist/threads], - 'EXCLUDED' => [ qw(examples/pool.pl - t/pod.t + 'EXCLUDED' => [ qr{^examples/}, + qw(t/pod.t t/test.pl threads.h ) ],