Require Math::Clipper 1.02 otherwise fail with a hard error

This is to force people to upgrade their dependencies in order to avoid their previous bugs
This commit is contained in:
Alessandro Ranellucci 2011-10-11 17:56:56 +02:00
parent 82d8d0896f
commit a65befe08c

View File

@ -6,7 +6,7 @@ require Exporter;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(diff_ex diff union_ex);
use Math::Clipper ':all';
use Math::Clipper 1.02 ':all';
our $clipper = Math::Clipper->new;
sub diff_ex {