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:
parent
82d8d0896f
commit
a65befe08c
@ -6,7 +6,7 @@ require Exporter;
|
|||||||
our @ISA = qw(Exporter);
|
our @ISA = qw(Exporter);
|
||||||
our @EXPORT_OK = qw(diff_ex diff union_ex);
|
our @EXPORT_OK = qw(diff_ex diff union_ex);
|
||||||
|
|
||||||
use Math::Clipper ':all';
|
use Math::Clipper 1.02 ':all';
|
||||||
our $clipper = Math::Clipper->new;
|
our $clipper = Math::Clipper->new;
|
||||||
|
|
||||||
sub diff_ex {
|
sub diff_ex {
|
||||||
|
Loading…
Reference in New Issue
Block a user