Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2014-06-14 01:27:52 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-06-14 01:27:52 +0400
commit829bfeabe8ba8743a2ed00930e6f9fe43dc4cfc3 (patch)
tree493b75700e07e75925b22f485cf031c81e5ac2e8 /Build.PL
parent6eec3440cc4f93df784e8c0b20081a482a00f7c8 (diff)
Suspend background processes while writing to shared data structures
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 5c650ce73..335ad0504 100644
--- a/Build.PL
+++ b/Build.PL
@@ -19,6 +19,7 @@ my %prereqs = qw(
Scalar::Util 0
Test::Harness 0
Test::More 0
+ Thread::Semaphore 0
IO::Scalar 0
Time::HiRes 0
);