projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4d239af
)
For threads, we ignore all files in the distribution's examples directory.
Nicholas Clark [Sat, 1 May 2010 10:51:18 +0000 (11:51 +0100)]
Porting/Maintainers.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/Maintainers.pl
b/Porting/Maintainers.pl
index
d40a569
..
b59e32d
100755
(executable)
--- 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
) ],