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

Changes for version 0.02_02

  • Update to work with zeromq2 master (as of 10/28)
  • Added new constants
  • ZMQ_POLLIN callbacks used to pass the ZeroMQ::Message argument to the callback function, but this is error prone, so now the callback does not receive anything

Changes for version 0.02_01

  • Releasing a dev release to get some test coverage
  • Add zmq_poll support via ZeroMQ::PollItem
  • Lots of doc fixes
  • Lots of test fixes
  • For people cloning from github, tell them what Module::Install modules you need to install
  • Loudly tell the user that you're going to get a blocking socket even if you send a SIGINT/SIGTERM while it's in recv(). This is a problem in libzmq, and it is planned to be fixed on libzmq 2.1.x

Documentation

A 0MQ Context object
A 0MQ Message object
A 0MQ Socket object

Modules

A ZeroMQ2 wrapper for Perl