From 1f6b7ce7e82cf1c681a60106b2edc1daf75e5243 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Wed, 1 Aug 2012 20:22:58 +0200 Subject: [PATCH] Add File::Spec --- Build.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Build.PL b/Build.PL index 1245e329b..b8ca083a2 100644 --- a/Build.PL +++ b/Build.PL @@ -9,6 +9,7 @@ my $build = Module::Build->new( requires => { 'Boost::Geometry::Utils' => '0', 'File::Basename' => '0', + 'File::Spec' => '0', 'Getopt::Long' => '0', 'Math::Clipper' => '1.09', 'Math::ConvexHull' => '1.0.4',