Release history for perl-Dist-Zilla-Tester-DieHard
v0.4.0 @ 2015-09-17 16:57 UTC
- `from_config` warns if exception is caught *and* logger is undefined. I hope this will help
to debug `Dist::Zilla::Plugin::Manifest::Read` test failure on `MSWin32` machines.
- Version switched from old decimal style to new dotted-decimal style.
0.003 @ 2015-09-15 12:31 UTC
- The test explicitly requires `Path::Tiny` v0.59 in spite it is not used directly by the
test (`Path::Tiny` is used by `Dist::Zilla`). Earlier version of `Path::Tiny` may cause
test failure due to exception "Can't locate Unicode/UTF8.pm in @INC" thrown from
`Path::Tiny`.
0.002 @ 2015-08-15 13:26 UTC
- Undocumented prefix `[DieHard] ` stripped from rethrown exception. The exception is
rethrown in original form, without stringifying, as described in documentation.
- Documentation improved a bit, added abstraction, etc.
0.001 @ 2015-08-14 22:44 UTC
- Initial revision