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

0.080000  (23 Feb 2013)
  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  (23 Feb 2013)
  Add IRC::Message::Object->truncate
  Expose ->filter and ->colonify attribs

0.074000  (22 Feb 2013)
  Add IRC::Toolkit::Modes::array_to_mode()

  Document ISUPPORT EXTBAN parser

0.073000  (22 Feb 2013)
  Add ELIST, EXTBAN, and TARGMAX support to ISupport parser

0.072000  (22 Feb 2013)
  Add IRC::Toolkit::ISupport

0.071001  (21 Feb 2013)
  Fix 'use IRC::Toolkit qw/ ... /' imports

  Documentation fixes

0.071000  (10 Feb 2013)
  Add IRC::Toolkit::TS6 ID generator

0.070003  (09 Feb 2013)
  Missing dependency on namespace::clean
   (drop it from Mode::Set)

0.070002  (09 Feb 2013)
  Documentation updates

0.070001  (09 Feb 2013)
  Add IRC::Mode::Single, IRC::Mode::Set objects
   (extracted from IRC::Server::Pluggable)


0.06    (01 Feb 2013)
  t/;
    Fix bad test (wrt 5.17 hash ordering changes)
    Explicitly require Test::More 0.88

0.05    (28 Jan 2013)
  IRC::Toolkit::Modes;
    Kill use of '...'

0.04    (28 Jan 2013)
  IRC::Message::Object; 
    Kill attrib writers (unneeded and bad practice)
  IRC::Toolkit::Parser;
    irc_line_from_ref also accepts IRC::Message::Object instances

0.03    (27 Jan 2013)
  POD tweaks
  Move dist to dzil
  Update copyright notices

0.02    (27 Jan 2013)
  POD/test tweaks
  Fix repo metadata

0.01    (27 Jan 2013)
  Initial release