Subject: | Stop using file tests like -r |
https://metacpan.org/source/IO::Socket::SSL#L2075
There are checks like "-r _", but these won't work on filesystems that use ACLs. The 'filetest' pragma addresses these, but it also points out that the permissions could very well change as the process is running.
Better to just take this code out and autodie on open/read failure.