For threads, we ignore all files in the distribution's examples directory.
authorNicholas Clark <nick@ccl4.org>
Sat, 1 May 2010 10:51:18 +0000 (11:51 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 1 May 2010 10:51:18 +0000 (11:51 +0100)
Porting/Maintainers.pl

index d40a569..b59e32d 100755 (executable)
@@ -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
                               ) ],