Update required ParseXS and XSpp versions

This commit is contained in:
timor 2017-09-04 01:21:59 +02:00
parent d6c44bd68f
commit 81b6f9e261
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
)},