The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Changes for POEx::IRC::Backend

0.026001 2015-10-16

  - Preserve a Connector object's "args" attribute in resultant Connect
    objects

0.025001 2015-01-11

  - Support passing Connect objects to ->send (instead of wheel IDs)

  - Better runtime SSL/zlib detection

  - Documentation fixes and improvements

  - Optimizations & cleanups

  - Improved test coverage

0.024006 2013-03-08
  
  - Switch to Type::Tiny

  - Drop unnecessary 5.10 dependency

0.024005 2013-03-31

  - IPv6 fixes

0.024004 2013-03-27

  - Fix some busted sockaddr handling; fixes some Windows test failures.

0.024003 2013-03-24

  - Fix a bug that would keep old Controller's Sessions alive unnecessarily
    if a new Session sent a register.

  - Component::SSLify should've been an optional dependency.

  - POD cleanups.

0.024002 2013-03-17

  - Typo: sockaddr --> sockport in Backend::Connect

  - POD/test cleanups.

0.024001 2013-02-17

  - Add Role::HasWheel

  - POD cleanups

0.024000 2013-02-17

  - Clean up Connector/Listener code, kill unneeded writers/predicates
    (Most of these were a bad idea and unused.)
  
  - Move common bits to Role::Connector

  - Readd POD coverage tests.

0.023001 2013-02-04

  - Fix handling of IRC::Message::Objects with raw line only.
  
  - Switch to long-form semantic version.

0.023 2013-02-04

  - Fix handling of IRC::Message::Objects without prefix

0.022 2013-02-02

  - Fix and test ->remove_listener()

  - Reset empty hash attrs on shutdown

  - Dispatch remaining ircsock_input even if Connect->is_disconnecting

0.021 2013-02-02

  - POD expansion

0.02 2013-01-02

  - Depend on newer MooX::Types::MooseLike
  
  - Tweak Connect objs to allow service name in ->port

0.01 2013-01-31

  - Initial release