From f352dd8e81d36cefc4f2754a0d8a798d5164c9de Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Tue, 11 Oct 2011 16:40:31 +0200 Subject: [PATCH] We require Math::Clipper 1.02 now --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index a8373a227..cc607acee 100644 --- a/Build.PL +++ b/Build.PL @@ -10,7 +10,7 @@ my $build = Module::Build->new( 'CAD::Format::STL' => '0', 'File::Basename' => '0', 'Getopt::Long' => '0', - 'Math::Clipper' => '1.01', + 'Math::Clipper' => '1.02', 'Math::ConvexHull' => '1.0.4', 'Moo' => '0', 'Time::HiRes' => '0',