Require the newest Math::Clipper and Boost::Geometry::Utils to avoid the huge memory leaks present in previous versions

This commit is contained in:
Alessandro Ranellucci 2013-05-20 09:56:55 +02:00
parent f13d4e4e66
commit c43ef45064
3 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ our $var = "$FindBin::Bin/var";
use Encode;
use Encode::Locale;
use Boost::Geometry::Utils 0.08;
use Boost::Geometry::Utils 0.12;
use Moo 0.091009;
use Slic3r::Config;