Revision history for Perl module POEx::ZMQ3 0.071 2014-07-27 - AUTOMATED_TESTING BAIL_OUT test should be first 0.07 2014-07-26 - Deprecate this distribution in favor of POEx::ZMQ 0.060004 2014-07-05 - Documentation fixes - Drop namespace::clean dependency - Fix 'Changes' to match CPAN::Changes::Spec 0.060003 2013-06-30 - Fix deprecated use of 'when()' in test suite 0.060002 2013-02-06 - Fix versioning 0.060001 2013-02-06 - Improved tests, documentation improvements. - Switch to dzil. 0.05 2013-01-13 - Defer socket destruction slightly to give zmq_close time to clean up. 0.04 2013-01-13 - Socket-specific classes now use their Emitter's alias as their socket alias as well, making it easier to address their socket directly by referring to it as '$instance->alias' 0.03 2013-01-12 - Publisher; Add ->publish_multipart() - Fix dependency on MooX::Role::POE::Emitter. Need at least 0.11. - Small optimizations and cleanups. 0.02 2013-01-11 - zmqsock_recv no longer broadcasts the ZMQ message object Seems like a waste of memory for most cases. Will likely end up adding a configurable attrib to include it; may still be useful for darker forms of magic. - Proper multi-part message support: zmqsock_multipart_recv write_multipart 0.01 2013-01-11 - Minor cleanups; first non-devel release. 0.00_01 2013-01-05 - Initial development release.