mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
Require a recent threads.pm version because of upstream bug 85140 potentially causing deadlocks when stopping running threads. #2394
https://rt.cpan.org/Ticket/Display.html?id=85140
This commit is contained in:
parent
ac495e974a
commit
84760b8d59
2 changed files with 13 additions and 3 deletions
1
Build.PL
1
Build.PL
|
@ -22,6 +22,7 @@ my %prereqs = qw(
|
|||
Test::More 0
|
||||
Thread::Semaphore 0
|
||||
IO::Scalar 0
|
||||
threads 1.96
|
||||
Time::HiRes 0
|
||||
);
|
||||
my %recommends = qw(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue