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

0.084002 2013-08-11

  - perl-5.8.9 compatible release

0.084001 2013-08-10

  - Minor cleanups & optimizations

  - Fix 'Changes' to be in line with CPAN::Changes::Spec

0.084000 2013-03-15

  - ISupport array-type retvals are now List::Objects::WithUtils::Arrays

  - Prefer ratbox label for numeric '010'

0.083000 2013-03-14

  - Add OO interface to IRC::Toolkit::Numerics

0.082000 2013-03-14

  - Add IRC::Toolkit::Numerics

  - Documentation fixes

0.081001 2013-03-03

  - Missing dependency on namespace::clean

0.081000 2013-03-01

  - Add IRC::Toolkit::Role::CaseMap

  - Add ISupport->extban->as_string & ->chanmodes->as_string

  - Import parse_isupport() by default on 'use IRC::Toolkit'

0.080000 2013-02-23

  - Incompatible change:
    IRC::Mode::Set->new_from_params renamed ->clone_from_params
    IRC::Mode::Set->new_from_mode   renamed ->clone_from_mode

  - Add IRC::Mode::Set->clone() and ->export()

  - IRC::Message::Object;
    Fix filter + raw_line combination at construction-time

0.075000 2013-02-23

  - Add IRC::Message::Object->truncate
  
  - Expose ->filter and ->colonify attribs

0.074000 2013-02-22

  - Add IRC::Toolkit::Modes::array_to_mode()

  - Document ISUPPORT EXTBAN parser

0.073000 2013-02-22

  - Add ELIST, EXTBAN, and TARGMAX support to ISupport parser

0.072000 2013-02-22

  - Add IRC::Toolkit::ISupport

0.071001 2013-02-21

  - Fix 'use IRC::Toolkit qw/ ... /' imports

  - Documentation fixes

0.071000 2013-02-10

  - Add IRC::Toolkit::TS6 ID generator

0.070003 2013-02-09

  - Missing dependency on namespace::clean

0.070002 2013-02-09

  - Documentation updates

0.070001 2013-02-09

  - Add IRC::Mode::Single, IRC::Mode::Set objects
    (extracted from IRC::Server::Pluggable)

0.06 2013-02-01

  - Fix bad test (wrt 5.17 hash ordering changes)

  - Explicitly require Test::More 0.88

0.05 2013-01-28

  - IRC::Toolkit::Modes; Kill use of '...'

0.04 2013-01-28

  - IRC::Message::Object; kill attribute writers
  
  - IRC::Toolkit::Parser;
    irc_line_from_ref also accepts IRC::Message::Object instances

0.03 2013-01-27

  - POD tweaks
  
  - Move dist to dzil

0.02 2013-01-27

  - POD/test tweaks

  - Fix repo metadata

0.01 2013-01-27

  - Initial release