Changes for version 1.00_02
- DOCUMENTATION
- Update and make sure to introduce send/recv along sendmsg/recvmsg
- INCOMPATIBLE CHANGES
- Re-introduce zmq_send() (note, it's not the same zmq_recv() as in 2.x)
- Add zmq_errno()
Changes for version 1.00_01
- INCOMPATIBLE CHANGES
- Support libzmq 3.1.x and up. Does not work with lower versions
- Rename to ZMQ, in acordance to other language bindings
- ZMQ::Raw::* functions will attempt to return what libzmq returns, as much as possible. For example, you no longer should expect zmq_connect() to throw an exception when connect fails. Instead, check for the return value
- Make sure to set $! when an error occurs
- ZMQ::Socket::* functions will now croak
- Serialization methods sendmsg_as/recvmsg_as are now in a separate package (TODO: Move this out to a separate dist)
- BELOW are change logs for ZeroMQ.pm ---
Modules
A libzmq wrapper for Perl
ZMQ Constants
A 0MQ Context object
A 0MQ Message object
Convenient socket polling object
Low-level API for ZMQ
Enable Serializers
JSON Serializer For ZMQ.pm
A 0MQ Socket object