The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Math::Clipper ':all';
use Test::More tests=>1;

my $clipper = Math::Clipper->new;

$clipper->use_full_coordinate_range(1);
pass();