The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Release history for perl-Dist-Zilla-Tester-DieHard

v0.4.1 @ 2015-10-22 14:52 UTC

    -   Infrastructure updated to work with the latest `@Author::VDB` plugin bundle.

    -   `aspell.en.pws` renamed to `aspell-en.pws` to make `Test::Portability` happy.

    -   Minor changes in Synopsis to make `Test::Synopsis` happy.

    -   Short version of license notice is used in the documentation.

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