mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 08:29:00 +08:00
Update required ParseXS and XSpp versions
This commit is contained in:
parent
d6c44bd68f
commit
81b6f9e261
2
Build.PL
2
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
|
||||
|
@ -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
|
||||
)},
|
||||
|
Loading…
x
Reference in New Issue
Block a user