Subject: | Better diagnostics in Net::SSL::configure_certs |
For better diagnostics I think in the configure_certs method in Net::SSL
there should go an additional line after
(-e $file) or die("$file file does not exist: $!");
which tests if the file is readable:
(-r $file) or die("$file file is not readable");
Regards,
Slaven