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:
authorbubnikv <bubnikv@gmail.com>2018-03-23 13:41:20 +0300
committerbubnikv <bubnikv@gmail.com>2018-03-23 13:41:20 +0300
commite931f7501001feb8e2af29489e218ecca7080f48 (patch)
tree0f9e937e41d9ae71fcd037d283931f14b180aaa1 /Build.PL
parent86b79f89ad423e2dacaadb7465df51d9f9878862 (diff)
Work in progress: Good bye, Perl Threads!
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL4
1 files changed, 0 insertions, 4 deletions
diff --git a/Build.PL b/Build.PL
index e006d11eb..3b10235f8 100644
--- a/Build.PL
+++ b/Build.PL
@@ -20,9 +20,7 @@ my %prereqs = qw(
POSIX 0
Scalar::Util 0
Test::More 0
- Thread::Semaphore 0
IO::Scalar 0
- threads 1.96
Time::HiRes 0
);
my %recommends = qw(
@@ -44,8 +42,6 @@ if ($gui) {
);
if ($^O eq 'MSWin32') {
$recommends{"Win32::TieRegistry"} = 0;
- # we need an up-to-date Win32::API because older aren't thread-safe (GH #2517)
- $prereqs{'Win32::API'} = 0.79;
}
}