Raise Math::Clipper version number in Build.PL too. #303

This commit is contained in:
Alessandro Ranellucci 2012-04-07 20:07:47 +02:00
parent 43ebaa9d94
commit aeed77bef9

View File

@ -9,7 +9,7 @@ my $build = Module::Build->new(
requires => { requires => {
'File::Basename' => '0', 'File::Basename' => '0',
'Getopt::Long' => '0', 'Getopt::Long' => '0',
'Math::Clipper' => '1.03', 'Math::Clipper' => '1.05',
'Math::ConvexHull' => '1.0.4', 'Math::ConvexHull' => '1.0.4',
'Math::Geometry::Voronoi' => '1.3', 'Math::Geometry::Voronoi' => '1.3',
'Math::PlanePath' => '53', 'Math::PlanePath' => '53',