The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension AnyEvent::MQTT.

1.112340  2011-08-22 20:22:40 Europe/London
    - Support for retained messages with multiple subscriptions to the
      same topic.
    - Fix multiple subscriptions not unsubscribing properly.

1.112320  2011-08-20 23:12:35 Europe/London
    - Support multiple subscriptions to the same topic with different
      callback functions.
    - Disconnect support.

1.111981  2011-07-17 22:54:00 Europe/London
    - Fix PAUSE indexing problem.

1.111980  2011-07-17 22:31:37 Europe/London
    - Add clean disconnect support.
    - Make Gtk2 modules suggested dependencies since only
      anyevent-mqtt-monitor uses them - thx to Roger Light for
      reminding me about this.

1.110880  2011-03-29 22:23:16 Europe/London
    - New script 'anyevent-mqtt-monitor' (requires Gtk2).
    - Support for simple unsubscribe.
    - New callback, 'message_log_callback', to log every incoming and
      outgoing message.
    - Avoid some cyclic references that lead to memory leaks.
    - Use Sub::Name to aid debugging of anonymous subroutines.

1.110390  2011-02-08 23:01:05 Europe/London
    - Add retain flag support.
    - Add missing debian libanyevent-perl dependency.
    - Improve tests to make them easier to debug.

1.110240  2011-01-24 21:19:02 Europe/London
    - Support subscribe method with QoS levels 1 and 2.
    - Support publish method with QoS levels 1 and 2.

1.110220  2011-01-22 15:29:52 Europe/London
    - Initial release.