Changes for version 1.09
- Add zmq_errno() and zmq_strerror() to @EXPORT, so the following works use ZMQ::LibZMQ qw(zmq_errno); Previously zmq_errno() and zmq_strerror() existed, but could not be imported (https://github.com/lestrrat/p5-ZMQ/issues/26, @emceelam).
Modules
A libzmq 3.x wrapper for Perl