Changelog for Perl module ZeroMQ.

0.01_03  Thu Aug 20 2010 21:00 JST
  - 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()

0.01_02  Thu Aug 20 2010 08:00 JST
  - No code change.
  - Add missing xs/const-xs.inc file
  - Add POD tests (author tests)

0.01_01  Thu Aug 19 2010 20:00 JST
  - 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/


0.01  Tue Jul 13 2010 20:00 CET
  - Initial release