Require Moo 0.091009

This commit is contained in:
Alessandro Ranellucci 2012-06-23 23:27:57 +02:00
parent 1fb44474a9
commit 07daefeddb
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ my $build = Module::Build->new(
'Math::ConvexHull' => '1.0.4',
'Math::Geometry::Voronoi' => '1.3',
'Math::PlanePath' => '53',
'Moo' => '0',
'Moo' => '0.091009',
'perl' => '5.10.0',
'Scalar::Util' => '0',
'Time::HiRes' => '0',

View File

@ -24,7 +24,7 @@ BEGIN {
use FindBin;
our $var = "$FindBin::Bin/var";
use Moo;
use Moo 0.091009;
use Slic3r::Config;
use Slic3r::ExPolygon;
use Slic3r::Extruder;