Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit e6d692f

Browse files
committed
threads-2.18_01
1 parent cc6f2bd commit e6d692f

File tree

13 files changed

+636
-91
lines changed

13 files changed

+636
-91
lines changed

MANIFEST

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3877,6 +3877,7 @@ dist/Thread-Queue/t/08_nothreads.t Thread::Queue tests
38773877
dist/Thread-Queue/t/09_ended.t Thread::Queue tests
38783878
dist/Thread-Queue/t/10_timed.t Thread::Queue tests
38793879
dist/Thread-Queue/t/11_limit.t
3880+
dist/threads/Changes
38803881
dist/Thread-Semaphore/lib/Thread/Semaphore.pm Thread-safe semaphores
38813882
dist/Thread-Semaphore/t/01_basic.t Thread::Semaphore tests
38823883
dist/Thread-Semaphore/t/02_errs.t Thread::Semaphore tests
@@ -3921,6 +3922,7 @@ dist/threads/t/free.t Test ithread destruction
39213922
dist/threads/threads.xs ithreads
39223923
dist/threads/t/join.t Testing the join function
39233924
dist/threads/t/kill2.t Tests thread signalling
3925+
dist/threads/t/kill3.t
39243926
dist/threads/t/kill.t Tests thread signalling
39253927
dist/threads/t/libc.t testing libc functions for threadsafety
39263928
dist/threads/t/list.t Test threads->list()
@@ -3934,6 +3936,7 @@ dist/threads/t/stress_cv.t Test with multiple threads, coderef cv argument.
39343936
dist/threads/t/stress_re.t Test with multiple threads, string cv argument and regexes.
39353937
dist/threads/t/stress_string.t Test with multiple threads, string cv argument.
39363938
dist/threads/t/thread.t General ithread tests from thr5005
3939+
dist/threads/t/unique.t
39373940
dist/Tie-File/lib/Tie/File.pm Files as tied arrays
39383941
dist/Tie-File/t/00_version.t Trivial test for Tie::File
39393942
dist/Tie-File/t/01_gen.t Generic read/write tests for Tie::File

Porting/Maintainers.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ package Maintainers;
14211421
},
14221422

14231423
'threads' => {
1424-
'DISTRIBUTION' => 'JDHEDDEN/threads-2.09.tar.gz',
1424+
'DISTRIBUTION' => 'JDHEDDEN/threads-2.16.tar.gz',
14251425
'FILES' => q[dist/threads],
14261426
'EXCLUDED' => [
14271427
qr{^examples/},
@@ -1434,6 +1434,7 @@ package Maintainers;
14341434
'CUSTOMIZED' => [
14351435
qw( threads.xs
14361436
lib/threads.pm
1437+
t/locale.t
14371438
),
14381439
],
14391440
},

dist/Module-CoreList/lib/Module/CoreList.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16186,6 +16186,7 @@ our %delta = (
1618616186
'TAP::Parser::YAMLish::Writer'=> '3.39',
1618716187
'Test::Harness' => '3.39',
1618816188
'Thread::Queue' => '3.12',
16189+
'threads' => '2.18_01',
1618916190
'Time::HiRes' => '1.9751',
1619016191
'Time::Piece' => '1.3203',
1619116192
'Unicode::Collate' => '1.25_01',

0 commit comments

Comments
 (0)