The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Mojo-IRC

0.0303   Tue Oct  1 12:23:30 2013
       * Fix irc_err_nicknameinuse: Need to try with same nick, not modify
         the nick attribute.
       * Marked change_nick() as deprecated.

0.0302   Fri Sep  6 23:40:46 2013
       * Fix t/error.t on windows
       * Fix Makefile.PL

0.0301   Wed Sep  4 23:46:41 2013
       * Need to remove stream_id on error as well

0.03     Wed Sep  4 13:48:26 2013
       * Add support for TLS
       * Change default ping interval to every 60 seconds

0.0201   Fri Aug 16 23:31:03 2013
       * Fix NAME in Makefile.PL

0.02     Mon Aug  5 12:40:20 2013
       * Remove File::Slurp as a dependency
       * Remove Carp as a dependency
       * Add Test::more as a dependency
       * Made unittest more robust. The write() of NICK, USER and JOIN
         might be received at the server at once.

0.01     Sat Aug  3 10:19:28 2013
       * Add default event handlers
       * Add change_nick()
       * Add reconnect when changing server.