This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
For threads, we ignore all files in the distribution's examples directory.
[perl5.git] / Porting / Maintainers.pl
index fd8001b..b59e32d 100755 (executable)
@@ -754,7 +754,7 @@ use File::Glob qw(:case);
     'IPC::Cmd' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'BINGOS/IPC-Cmd-0.54.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/IPC-Cmd-0.58.tar.gz',
        'FILES'         => q[cpan/IPC-Cmd],
        'UPSTREAM'      => 'cpan',
        },
@@ -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
                               ) ],