Merge pull request #4115 from timor/master

Update required ParseXS and XSpp versions
This commit is contained in:
Joseph Lenox 2017-09-03 18:48:43 -05:00 committed by GitHub
commit c3e6f398db
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ my %prereqs = qw(
Encode::Locale 1.05
ExtUtils::CppGuess 0
ExtUtils::MakeMaker 6.80
ExtUtils::ParseXS 3.22
ExtUtils::ParseXS 3.35
File::Basename 0
File::Spec 0
Getopt::Long 0

View File

@ -222,10 +222,10 @@ my $build = Module::Build::WithXSpp->new(
module_name => 'Slic3r::XS',
dist_abstract => 'XS code for Slic3r',
build_requires => {qw(
ExtUtils::ParseXS 3.18
ExtUtils::ParseXS 3.35
ExtUtils::Typemaps 1.00
ExtUtils::Typemaps::Default 1.05
ExtUtils::XSpp 0.17
ExtUtils::XSpp 0.18
Module::Build 0.3601
Test::More 0
)},