Subject: | Socket::MSG_NOSIGNAL |
I used Beanstalk::Client with no problem until I upgraded Socket.
Beanstalk::Client has the following line :
eval {Socket::MSG_NOSIGNAL()}
This causes a crash, not trapped by eval:
perl -e 'use Socket; eval {Socket::MSG_NOSIGNAL()}'
Attempt to free unreferenced scalar: SV 0x1008034e0.
Coul you please help?
Thanks!
--jv