mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Limit the Perl version warning to 5.16, as 5.18 seems to work fine
This commit is contained in:
@@ -26,8 +26,8 @@ BEGIN {
|
|||||||
$have_threads = 0 if $Moo::VERSION == 1.003000;
|
$have_threads = 0 if $Moo::VERSION == 1.003000;
|
||||||
}
|
}
|
||||||
|
|
||||||
warn "Running Slic3r under Perl >= 5.16 is not supported nor recommended\n"
|
warn "Running Slic3r under Perl 5.16 is not supported nor recommended\n"
|
||||||
if $^V >= v5.16;
|
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