Skip to content

Don't use lstat but stat for File::Exists on posix

Jørgen Lind requested to merge feature/jorgen.lind/stat into master

The fun reason for finding this is that ssl cert files on arch linux are symlinks, and the autodetect hack didn't work there.

Merge request reports