From 51d140d7d772e88c6b84677095627cc83559cb87 Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Thu, 18 Apr 2013 18:56:55 +0100 Subject: [PATCH] Fix dependencies to require Math::Clipper 1.18. To avoid error "Undefined subroutine &Math::Clipper::int_offset ...". --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',