Fixed: catch META.yml parse failures from Parse::CPAN::Meta (Reported by Andreas Koenig)
Changes for version 1.15_54 - 2008-06-06
Fixed: would disconnect from terminal input when running interactively with an inactivity timeout; fixed by avoiding use of setpgrp(), but now requires Proc::Killfam to support inactivity timeouts on non Win32 platforms. (Bug reported by Andy Armstrong)
Changes for version 1.15_53 - 2008-06-05
Fixed: PERL5OPT could was being set with a leading space, which can break distributions being tested under Test::Harness
Changes for version 1.15_52 - 2008-06-04
Fixed: t/11_env_config.t had a bug that would fail incorrectly if an environment variable had a leading space
Changes for version 1.15_51 - 2008-06-04
Fixed: t/13_record_command.t relative path tests are incompatible with Devel::Autoflush; removed the broken tests
Changes for version 1.15_50 - 2008-06-03
Added: on FAIL reports, now checks for missing configure_requires and discards the report if configure_requires is not satisfied. (Adds Parse::CPAN::Meta as dependency.)
Fixed: some *.PL files prompt without autoflush, which works normally, but appears to silently hang when piping to a tee. CPAN::Reporter now uses Devel::Autoflush in PERL5OPT to always turn on autoflush
Fixed: distributions with odd names wouldn't be recorded in history; now they are recorded as 'DISCARD'