2010-04-16 Steffen Schwigon * 0.07 * Bummer! ::Cargo is required. 2010-04-14 Steffen Schwigon * 0.06 * Bummer! "More robustness" in 0.05 must have sounded like an euphemism for "now crashing reliably". Fix tests by using the Data::YAML::Reader which is the sister of of the YAML generating module Data::YAML::Writer. Other YAML modules occasionally break. 2010-04-12 Steffen Schwigon * 0.05 * search executables like sa-learn or prove only besides $^X * more yaml robustness tries as they all crash in a different way on strange platforms; do some some eval-style try/catch en passant... 2010-04-12 Steffen Schwigon * 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 * 0.03 * doc fixes * add re::engine::Plan9 to benchmark of regex engines 2010-04-01 Steffen Schwigon * 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 * 0.01 * Initial version