Require Boost::Geometry::Utils 0.06
This commit is contained in:
parent
2963e54d21
commit
721b61e798
2 changed files with 2 additions and 1 deletions
2
Build.PL
2
Build.PL
|
@ -7,7 +7,7 @@ my $build = Module::Build->new(
|
||||||
dist_version => '0.1',
|
dist_version => '0.1',
|
||||||
license => 'perl',
|
license => 'perl',
|
||||||
requires => {
|
requires => {
|
||||||
'Boost::Geometry::Utils' => '0',
|
'Boost::Geometry::Utils' => '0.06',
|
||||||
'Encode::Locale' => '0',
|
'Encode::Locale' => '0',
|
||||||
'File::Basename' => '0',
|
'File::Basename' => '0',
|
||||||
'File::Spec' => '0',
|
'File::Spec' => '0',
|
||||||
|
|
|
@ -29,6 +29,7 @@ our $var = "$FindBin::Bin/var";
|
||||||
|
|
||||||
use Encode;
|
use Encode;
|
||||||
use Encode::Locale;
|
use Encode::Locale;
|
||||||
|
use Boost::Geometry::Utils 0.06;
|
||||||
use Moo 0.091009;
|
use Moo 0.091009;
|
||||||
|
|
||||||
use Slic3r::Config;
|
use Slic3r::Config;
|
||||||
|
|
Loading…
Reference in a new issue