From 4ffe56b666c6121bf80f7f15d0158f559eadd27a Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Mon, 4 Jul 2016 14:37:18 -0500 Subject: [PATCH] Set LDLOADLIBS to get the linker switch to occur in the right place. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8853e4bd97..9b71288081 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: perl -install: true +install: export LDLOADLIBS=-lstdc++ script: perl ./Build.PL perl: - "5.14"