Merge pull request #3396 from lordofhyphens/cpanm-ldloadlibs

Set LDLOADLIBS to get the linker switch to occur in the right place.
Fixes #3345 and replaces #3395 Thanks to @hyperair for investigating this.
This commit is contained in:
Joseph Lenox 2016-07-04 14:42:21 -05:00 committed by GitHub
commit 8a72ffb302

View File

@ -1,5 +1,5 @@
language: perl
install: true
install: export LDLOADLIBS=-lstdc++
script: perl ./Build.PL
perl:
- "5.14"