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:
Diffstat (limited to 't/clipper.t')
-rw-r--r--t/clipper.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/clipper.t b/t/clipper.t
index a898a53f6..3c9838143 100644
--- a/t/clipper.t
+++ b/t/clipper.t
@@ -7,6 +7,7 @@ plan tests => 6;
BEGIN {
use FindBin;
use lib "$FindBin::Bin/../lib";
+ use local::lib "$FindBin::Bin/../local-lib";
}
use List::Util qw(sum);