uperl / AnyEvent-WebSocket-Client

WebSocket client for AnyEvent
9 stars 10 forks source link

Tests fail with recent Socket.pm #26

Closed plicease closed 7 years ago

plicease commented 8 years ago

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 patch AnyEvent::Socket.

plicease commented 8 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.