The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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