1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Warn the user when Slic3r is being run under 5.16

This commit is contained in:
Alessandro Ranellucci
2012-09-11 16:02:26 +02:00
parent e89f64e9d3
commit d848e2d4c9
+3
View File
@@ -21,6 +21,9 @@ BEGIN {
$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;
our $var = "$FindBin::Bin/var";