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:
authorMark Hindess <soft-github@temporalanomaly.com>2013-04-18 21:56:55 +0400
committerMark Hindess <soft-github@temporalanomaly.com>2013-04-18 21:56:55 +0400
commit51d140d7d772e88c6b84677095627cc83559cb87 (patch)
tree3aec25b9f0472c6591dcf323408d6c5295d0e049 /Build.PL
parent4e6c58f7491cae69cc906ae43c511d0c2da18216 (diff)
Fix dependencies to require Math::Clipper 1.18.
To avoid error "Undefined subroutine &Math::Clipper::int_offset ...".
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index c44c50842..4b8ad7eff 100644
--- a/Build.PL
+++ b/Build.PL
@@ -12,7 +12,7 @@ my $build = Module::Build->new(
'File::Basename' => '0',
'File::Spec' => '0',
'Getopt::Long' => '0',
- 'Math::Clipper' => '1.17',
+ 'Math::Clipper' => '1.18',
'Math::ConvexHull::MonotoneChain' => '0.01',
'Math::Geometry::Voronoi' => '1.3',
'Math::PlanePath' => '53',