The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.03

  • Fix memory leak in zmq_recv(), retported by trinitum (https://github.com/lestrrat/p5-ZMQ/issues/15)
  • Workaround ZMQ_RCVMORE being "int64" on libzmq2 and "int" on libzmq3 (ZMQ::Constants::ZMQ_RCVMORE is int), by hardcoding. If this becomes a problem in the future, set an environment variable like so to disable this workaround
    • PERL_LIBZMQ2_RCVMORE_HACK=0 ./yourprog.pl
    • Reported by sorear.

Modules

A libzmq 2.x wrapper for Perl