Changes for version 1.00_01
- INCOMPATIBLE CHANGES
- 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