From aeed77bef98a5116ba49526c98e5ca180d67b75c Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 7 Apr 2012 20:07:47 +0200 Subject: [PATCH] Raise Math::Clipper version number in Build.PL too. #303 --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index 1e2299632..d4a265ede 100644 --- a/Build.PL +++ b/Build.PL @@ -9,7 +9,7 @@ my $build = Module::Build->new( requires => { 'File::Basename' => '0', 'Getopt::Long' => '0', - 'Math::Clipper' => '1.03', + 'Math::Clipper' => '1.05', 'Math::ConvexHull' => '1.0.4', 'Math::Geometry::Voronoi' => '1.3', 'Math::PlanePath' => '53',