Require Boost::Geometry::Utils 0.15

xs
Alessandro Ranellucci 2013-06-21 19:46:45 +02:00
parent aba7641fe4
commit b35e668ee7
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ my $build = Module::Build->new(
dist_version => '0.1',
license => 'perl',
requires => {
'Boost::Geometry::Utils' => '0.12',
'Boost::Geometry::Utils' => '0.15',
'Encode::Locale' => '0',
'File::Basename' => '0',
'File::Spec' => '0',

View File

@ -29,7 +29,7 @@ our $var = "$FindBin::Bin/var";
use Encode;
use Encode::Locale;
use Boost::Geometry::Utils 0.12;
use Boost::Geometry::Utils 0.15;
use Moo 0.091009;
use Slic3r::Config;