From df5c2a6f111c45f13952c357359766061d7c174c Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sat, 14 Feb 2015 06:44:22 +1300 Subject: [PATCH] Remove redundant dep on ExtUtils::Typemap Typemap (Singluar) version 1.00 is essentially identical to Typemaps (Plural) Typemap is literally a dumb subclass of TypeMaps, and so this dependency simply gives an extra installation requirement that does nothing. --- xs/Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/Build.PL b/xs/Build.PL index d68c3fa9e..bc18bc576 100644 --- a/xs/Build.PL +++ b/xs/Build.PL @@ -29,7 +29,7 @@ my $build = Module::Build::WithXSpp->new( dist_abstract => 'XS code for Slic3r', build_requires => {qw( ExtUtils::ParseXS 3.18 - ExtUtils::Typemap 1.00 + ExtUtils::Typemaps 1.00 ExtUtils::Typemaps::Default 1.05 ExtUtils::XSpp 0.17 Module::Build 0.3601