The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.010 26-12-2014

	[Test bugs]
		Perl 5.8.8 triggered a warning for the previous test code
		at compile time. Switched to a more necessarily run-time
		warning.

0.009 22-12-2014

    [Test bugs]
		Perl 5.21.2 introduced a new warning, redundant, which
		fired when sprintf was being called with too many arguments.
		Cope with this warning, and switch the printf test to test
		something that won't also fire a redundant warning.

		Thanks to Slaven Rezic for reminding me of this failure.

0.008 25-06-2014

	[Test bugs]
		Perl 5.8.9 didn't think a dodgy unpack warranted a warning, so
		switched to something that all perls agree is dodgy.

0.007 30-05-2014

    [Test bugs]
        Removed an unnecessary test as it was more trouble than it was
        worth.

    [Documentation]
		Added a note about not being able to disable compile-time
		warnings like experimental::smartmatch.
		
        Very minor typo fix.

0.006 20-02-2013

	[Test bugs]
		Fixed test failures with Pod::Coverage <= 0.21.

		Beefed up the warnings and categories tests, often by removing
		some category tests that were in practice difficult to carry out
		reliably across all versions and platforms.

0.005 20-01-2013

	[Meta]
		Added link to github repository.

0.004 20-01-2013

	[Documentation]
		Document problems with Dancer, and anything that messes with $^W.

0.003 20-01-2013

	[Documentation]
		Some sections were duplicated.

0.002 20-01-2013

	[Bugs]
		no warnings::anywhere and no goddamn::warnings::anywhere
		weren't working if you hadn't imported warnings::everywhere
		first.

0.001 20-01-2013

	Initial release.