The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.12
    - Update example output in the docs with the JSON-like format

0.11
	- unbreak tests

0.10
	- Make formatting configurable, and change to resemble JSON by default

0.09
    - Add some example output to the documentation
    - Update version control notice

0.08
	- Switch to Any::Moose (rafl)

0.07
	- Skip tests if Test::Warn is not installed

0.06
	- add override_carp import option, which replaces Carp's argument
	  formatting with Devel::PartialDump::dump

0.05
	- Ugh... another dep fix

0.04
	- Fix bad deps

0.03
	- use Mouse & Sub::Exporter
	- optional Carp replacement exports

0.02
	- fixed DESCRIPTION, which just trailed off mid sentance
	- Add the C<warn> method
	- Add optional exports

0.01
	- Initial release