From: Graham B. <gb...@po...> - 2002-05-28 08:21:48
|
On Fri, May 10, 2002 at 02:32:07PM +0100, Chris Ridd wrote: > > To use latest version of IO::Socket::SSL is possible to change > > following line of start_tls function od Net::LDAP package > > from this: > > > > (IO::Socket::SSL::socketToSSL($sock) and tie *{$sock}, 'IO::Socket::SSL', > > $sock) > > > > to this > > > > IO::Socket::SSL::socketToSSL($sock) > > If I recall (Graham?) the 'and tie ...' was to avoid a bug in > IO::Socket::SSL::socketToSSL. I guess that bug workaround could go, but > then there would need to be a test in the Makefile.PL for a specific (ie >= > 0.81) version of IO::Socket::SSL. Yes. Graham. |