summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhedden <jdhedden@cpan.org>2016-04-30 17:25:44 -0400
committerRicardo Signes <rjbs@cpan.org>2016-05-02 07:57:15 -0400
commit6d08d01bdac5597237036a8205ab4683fd456c83 (patch)
tree203b59836d727e61646da93ae8ecc05cf005dfbf
parent10d36cf9c1885126580478a10462ed672361059e (diff)
downloadperl-6d08d01bdac5597237036a8205ab4683fd456c83.tar.gz
Maintainers.pl: bump versions for threads dists
-rwxr-xr-xPorting/Maintainers.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 70097136cf..d4566ad514 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1163,7 +1163,7 @@ use File::Glob qw(:case);
# correct for this (and Thread::Semaphore, threads, and threads::shared)
# to be under dist/ rather than cpan/
'Thread::Queue' => {
- 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-3.08.tar.gz',
+ 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-3.09.tar.gz',
'FILES' => q[dist/Thread-Queue],
'EXCLUDED' => [
qr{^examples/},
@@ -1187,7 +1187,7 @@ use File::Glob qw(:case);
},
'threads' => {
- 'DISTRIBUTION' => 'JDHEDDEN/threads-2.06.tar.gz',
+ 'DISTRIBUTION' => 'JDHEDDEN/threads-2.07.tar.gz',
'FILES' => q[dist/threads],
'EXCLUDED' => [
qr{^examples/},