Release history for perl-Dist-Zilla-Tester-DieHard

0.003_01-TRIAL @ 2015-09-15 13:05 UTC

    -   Trial version to debug `Dist::Zilla::Plugin::Manifest::Read` failure on `MSWin32` machines.

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