Enforce the requirement for recent versions of Wx and Math::ConvexHull. #27

This commit is contained in:
Alessandro Ranellucci 2011-11-05 18:19:35 +01:00
parent 6d6533831e
commit b5ca83abf8
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ use warnings;
use Slic3r::GUI::OptionsGroup;
use Slic3r::GUI::SkeinPanel;
use Wx qw(:sizer :frame wxID_EXIT wxID_ABOUT);
use Wx 0.9901 qw(:sizer :frame wxID_EXIT wxID_ABOUT);
use Wx::Event qw(EVT_MENU);
use base 'Wx::App';

View File

@ -2,7 +2,7 @@ package Slic3r::Perimeter;
use Moo;
use Math::Clipper ':all';
use Math::ConvexHull qw(convex_hull);
use Math::ConvexHull 1.0.4 qw(convex_hull);
use XXX;
use constant X => 0;