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

@@ -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',