Closed plicease closed 7 years ago
I've modified the travis config to upgrade/downgrade to a AE compatible version of Socket.pm. Otherwise on Perl 5.14 Socket.pm gets upgraded and breaks. Other Perls apparently already have a new enough version of Socket.pm.
https://gist.github.com/plicease/587c97b49be92807bfd1cfd8fb5c4011
There doesn't seem to be away to fix this from AE::WS::Client. Workaround is to downgrade Socket to
2.021
or patchAnyEvent::Socket
.