Changes for version 0.02

  • Changes from 0.01_01 to 0.02 were tested against zeromq-2.0.7
  • Implement version()
  • Be more paranoid about getting an invalid object (with a bad struct)
  • House cleaning, and release a new version!

Changes for version 0.01_03

  • Fake ZMQ_PULL and ZMQ_PUSH, which were introduced in git, but not in the released version
  • Use assert_lib() to die if zmq is not found
  • Implement socket close()

Changes for version 0.01_02

  • No code change.
  • Add missing xs/const-xs.inc file
  • Add POD tests (author tests)

Changes for version 0.01_01

  • Daisuke Maki (lestrrat) hacked the following:
    • Use plain XS -- only because I don't know C++
    • Implemented serialization/deserialization
    • Worked on more thread safety
    • Updated constants
    • Implemented $ctxt->socket
    • Implemented $socket->send($plain_string)
    • Implemented ZeroMQ::device()
    • Implemented example scripts from http://zeromq.org/docs:introduction under eg/

Documentation

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

Modules

A ZeroMQ2 wrapper for Perl