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

0.07    CHANGES:
         * Much splitting of non-async logic out of NaIRC into Protocol::IRC
           tree
         * Added name aliases for server numerics
         * Dispatch message handler methods for numerics to names first,
           before raw numbers

0.06    CHANGES:
         * Renamed Net::Async::IRC::Message to Protocol::IRC::Message, as the
           first step of the split to Protocol::IRC
         * Implement IRCv3 message tags

0.05    CHANGES:
         * Bugfix for ->connect() with service => undef
         * Some more numerics
         * New model for storing numerics in source code

0.04    CHANGES:
         * Split lower-level code into new Net::Async::IRC::Protocol module
         * Use IO::Async::Protocol->connect from 0.34

0.03    BUGFIXES:
         * Fix failures due to IO::Async::Test or ::Loop no longer loading
           IO::Async::Stream; load it explicitly where needed

0.02    CHANGES:
         * Some more numerics
         * Capture named args from more WHOIS numerics
         * base on IO::Async::Protocol::Stream

0.01    First version, released on an unsuspecting world.