mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Warn the user when Slic3r is being run under 5.16
This commit is contained in:
@@ -21,6 +21,9 @@ BEGIN {
|
|||||||
$have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
|
$have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
warn "Running Slic3r under Perl >= 5.16 is not supported nor recommended\n"
|
||||||
|
if $^V >= v5.16;
|
||||||
|
|
||||||
use FindBin;
|
use FindBin;
|
||||||
our $var = "$FindBin::Bin/var";
|
our $var = "$FindBin::Bin/var";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user