From 7f8db7b00d1e8fc5ec2415ed774ad703f2fa9023 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 28 Dec 2018 16:43:08 +0000 Subject: [PATCH] build helpers for Mojave --- Build.PL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Build.PL b/Build.PL index bbba12a4..54ce292e 100644 --- a/Build.PL +++ b/Build.PL @@ -11,6 +11,9 @@ Module::Build->new( 'Module::Build' => '0.42', }, build_requires => { + 'ExtUtils::Config' => '0', + 'ExtUtils::Helpers' => '0', + 'ExtUtils::InstallPaths' => '0', }, requires => { 'aliased' => '0',