Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-06-23 22:05:20 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-06-23 22:05:20 +0400
commitf62896a77aa3233398847115db21d4d57b3706fa (patch)
treea4d593feabd766841a890670e86e506ff24dc508 /xs
parent77440b774d5ab3b1235ace39320b601168e06617 (diff)
Require some recent versions
Diffstat (limited to 'xs')
-rw-r--r--xs/Build.PL10
-rw-r--r--xs/xsp/typemap.xspt2
2 files changed, 7 insertions, 5 deletions
diff --git a/xs/Build.PL b/xs/Build.PL
index cabc16d07..e967aed38 100644
--- a/xs/Build.PL
+++ b/xs/Build.PL
@@ -9,15 +9,17 @@ my $build = Module::Build::WithXSpp->new(
module_name => 'Slic3r::XS',
dist_abstract => 'XS code for Slic3r',
build_requires => {qw(
- ExtUtils::Typemaps::Default 0.05
- ExtUtils::XSpp 0.16
+ ExtUtils::ParseXS 3.18
+ ExtUtils::Typemap 1.00
+ ExtUtils::Typemaps::Default 1.03
+ ExtUtils::XSpp 0.17
Module::Build 0.3601
Test::More 0
)},
configure_requires => {qw(
ExtUtils::CppGuess 0.07
Module::Build 0.38
- Module::Build::WithXSpp 0.10
+ Module::Build::WithXSpp 0.13
)},
# HAS_BOOL : stops Perl/lib/CORE/handy.h from doing "# define bool char" for MSVC
@@ -25,7 +27,7 @@ my $build = Module::Build::WithXSpp->new(
# Provides extra C typemaps that are auto-merged
extra_typemap_modules => {
- 'ExtUtils::Typemaps::Default' => '0.05',
+ 'ExtUtils::Typemaps::Default' => '1.03',
},
# for MSVC builds
diff --git a/xs/xsp/typemap.xspt b/xs/xsp/typemap.xspt
index cbb66c436..fde63fa93 100644
--- a/xs/xsp/typemap.xspt
+++ b/xs/xsp/typemap.xspt
@@ -1,2 +1,2 @@
%typemap{std::string};
-%typemap{std::vector< unsigned int >*}; \ No newline at end of file
+%typemap{std::vector<unsigned int>*}; \ No newline at end of file