Changes for version 1.01
- Changed zmq_poll()'s return value. In list context, you can get the array of boolean values indicating if the particular socket got fired
- my @fired = zmq_poll(...);
- In scalar context, you get the return value of zmq_poll() from the C layer
- my $rv = zmq_poll(...)
- See https://github.com/lestrrat/p5-ZMQ/pull/1 (Steffen Mueller, Nick Peres)
- Fix getsockopt_string() https://github.com/lestrrat/p5-ZMQ/pull/2 (Sergey KHripchenko)
Modules
A libzmq 2.x wrapper for Perl