The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.13  Fri, 07 May 2010 22:49:46 +0200
  * Stop shipping some author tests, so users stupid enough to run them won't
    spam me with fail reports.

0.12  Mon, 08 Jun 2009 14:16:34 +0200
  * Update copyright notice.
  * A couple of pod whitespace changes.

0.11  Tue, 19 May 2009 18:34:17 +0100
  * Change wording of warning to be more clear.

0.10  Tue, 12 May 2009 13:23:52 +0200
  * Depend on Test::Exception 0.27 to avoid breaking tests on older versions
    (Closes: RT#45986).

0.09  Tue, 28 Apr 2009 23:14:58 +0100
  * Rewrite a chunk of the documentation to be more clear, and also to beter
    cater for our primary audience (people being linked from Catalyst).
    Based on feeback from kiffin.

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.