From 81b6f9e26133668425cf362d82a578c891b66757 Mon Sep 17 00:00:00 2001 From: timor Date: Mon, 4 Sep 2017 01:21:59 +0200 Subject: [PATCH] Update required ParseXS and XSpp versions --- Build.PL | 2 +- xs/Build.PL | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Build.PL b/Build.PL index b7df2b192..2dd18435a 100644 --- a/Build.PL +++ b/Build.PL @@ -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 diff --git a/xs/Build.PL b/xs/Build.PL index b59e2fb57..40a0dd96b 100644 --- a/xs/Build.PL +++ b/xs/Build.PL @@ -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 )},