Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-05-20 11:56:55 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-05-20 11:56:55 +0400
commitc43ef450646bf03dee96419abb08599f6651e309 (patch)
tree2b3c015165842827f1f23c495ed89a7593425f83 /Build.PL
parentf13d4e4e660f4a6fdbad8df089b8ac0fc15e2622 (diff)
Require the newest Math::Clipper and Boost::Geometry::Utils to avoid the huge memory leaks present in previous versions
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build.PL b/Build.PL
index d7d4d8e8a..522cf2284 100644
--- a/Build.PL
+++ b/Build.PL
@@ -7,12 +7,12 @@ my $build = Module::Build->new(
dist_version => '0.1',
license => 'perl',
requires => {
- 'Boost::Geometry::Utils' => '0.08',
+ 'Boost::Geometry::Utils' => '0.12',
'Encode::Locale' => '0',
'File::Basename' => '0',
'File::Spec' => '0',
'Getopt::Long' => '0',
- 'Math::Clipper' => '1.21',
+ 'Math::Clipper' => '1.22',
'Math::ConvexHull::MonotoneChain' => '0.01',
'Math::Geometry::Voronoi' => '1.3',
'Math::PlanePath' => '53',