Revision history for Perl extension IO::Socket::Socks::Wrapper.
0.07 Tue Oct 30 19:14:01 2012
- Fix for barewords syntax: connect(SOCK, $addr)
- Rebless socket to GLOB after IO::Socket::Socks->new_from_socket
if it was GLOB before, this may works for packages which checks
that ref($socket) eq 'GLOB'
0.06 Sat Jan 21 23:15:37 2012
- Set default connect timeout to 180 sec
- Bump I::S::S dep to 0.61 for more correct errors handling
0.05 Tue Jun 7 17:49:20 2011
- tests fixes: OpenBSD doesn't know how to connect to 0.0.0.0
- new syntax to override IO::Socket::connect in the specified
package subroutine added
- tests for new syntax added
- documentation improvements
0.04 Fri Jun 3 00:38:32 2011
- alot of tests added
- suppress warnings about prototype mismatch
- override IO::Socket::connect instead of IO::Socket::INET::connect if package inherits from IO::Socket,
makes available to wrap IO::Socket::INET package
- call package version of the connect if it has own, makes available to wrap packages like
IO::Socket::SSL
0.03 Mon Apr 18 23:32:42 2011
- added support for packages (even if package name != module name)
0.02 Mon Feb 15 18:22:17 2011
- added support for modules with own connect function, different from IO::Socket::INET::connect;
0.01 Thu Feb 3 11:23:28 2011
- original version;