02:06 <sri> hey, found another incompatibility between IO::Socket::IP and IO::Socket::INET
02:07 <sri> my $h = IO::Socket::IP->new; $h->fdopen($some_inherited_listen_socket, 'r');
02:07 <sri> "Use of uninitialized value in numeric eq (==) at /Users/sri/perl5/perlbrew/perls/perl-
5.16.2/lib/site_perl/5.16.2/IO/Socket/IP.pm line 651."
02:08 <sri> it's the socktype
02:08 <sri> everything works with both modules, just a lot of warnings being spammed for ::IP
02:09 <sri> i've not looked into it, but suspect ::IP uses different defaults than ::INET or something minor
like that
--
Paul Evans