Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 8498
Status: resolved
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: dland [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.51
Fixed in: 0.53



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
On Wed Nov 17 08:17:03 2004, SREZIC wrote: Show quoted text
> 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
Thanks for the suggestion. I am the new maintainer for Crypt-SSLeay, I'll see about folding this into the next release. Thanks, DAvid
On Wed Nov 17 08:17:03 2004, SREZIC wrote: Show quoted text
> 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
This has been added to 0.52_02. Thanks for the patch! David