The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2010-04-12  Steffen Schwigon  <ss5@renormalist.net>

	* 0.04

	* sub-plugins (like Shootout/*.pm) now get same place in result
	hash regardless of beeing started as part of bundle, i.e via
	--plugins=Shootout or directly via --plugins=Shootout::foo. This
	makes evaluation easier.

	* most dependencies now only "recommends" but take care cou
	install them anyway, eg. via PERL_AUTOINSTALL=--defaultdeps

	* output overall runtime

	* distro maintenance: meta info, test cleanup, verbose debug
	printing

2010-04-03  Steffen Schwigon  <ss5@renormalist.net>

	* 0.03

	* doc fixes

	* add re::engine::Plan9 to benchmark of regex engines

2010-04-01  Steffen Schwigon  <ss5@renormalist.net>

	* 0.02

	* YAML improvements for easier embedding into TAP
	- verbose text now looks like TAP # diagnostics
	- new commandline --tapdescription="some description" to generate
	  a leading "ok some description" line before the YAML

	* took out some benchmarks from default plugin list that
	occasionally segfaulted

2008-08-12  Steffen Schwigon  <ss5@renormalist.net>

	* 0.01

	* Initial version