The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.08  Wed, 22 Apr 2009 05:19:48 +0200
  * Add additional example for doc for converting from NEXT, to help out
    lazy people who only read the verbatim sections (abraxxa).

0.07  Thu, 19 Feb 2009 01:44:43 +0100
  * Add ability to disable warnings for an entire set of modules using a
    regex.
  * Change warnings to use the caller instead of the class name of the
    instance so that warnings are reported on the class which actually
    uses NEXT, not the class which inherits from it.

0.06  Thu, 25 Dec 2008 00:15:14 +0100
  * Update documentation.

0.05  Sat, 20 Dec 2008 16:04:48 +0100
  * Upgrade Module::Install::ExtraTests to 0.006. This makes things work on
    Win32 again (closes RT#41817).
  * Update warning to be more eloquent.
  * Document warnings.
  * Implement a -no_warn import switch to turn of warnings locally.

0.04  Sun, 07 Dec 2008 01:11:59 +0100
  * Install our hacked version of NEXT::AUTOLOAD into NEXT::ACTUAL::AUTOLOAD
    too. This makes us work with NEXT 0.61, which doesn't do all of its magic
    in NEXT::AUTOLOAD anymore (closes RT#41467).

0.03  Fri, 05 Dec 2008 22:53:48 +0100
  * Make the tests work with the error message produced by the pure-perl
    Class::C3 (RT#41460).
  * Use MRO::Compat instead of Class::C3 directly.

0.02  Tue, 02 Dec 2008 15:41:39 +0100
  * Depend on Test::Exception.
  * Fix some test fails on perls with different c3 diagnostics.

0.01  Mon, 01 Dec 2008 19:54:51 +0100
  * Initial release.