Release history for perl-Dist-Zilla-Role-ErrorLogger

0.004 @ 2015-07-14 18:48 UTC

    -   Critical bug introduced in v0.002 fixed. Messages were logged with `level => 'error'`.
        Such messages appeared in logger events, but not on display. `level` argument is commented
        out.
    -   `abort` method introduced.
    -   Documentation improved.
    -   Required Perl version lowered by eliminating `/r` regexp modifier in test script. Original
        required Perl version was 5.013, now it should be 5.010.
    -   Bunch of infrastructure changes.

0.003   2015-07-04

    -   One more dependency (this time on `IPC::System::Simple`) was not detected automatically,
        causing test failure. Fixed.

0.002   2015-07-03

    -   `abort_if_error` accepts arguments and passes them to `log_fatal`.
    -   `log_error` reports messages with `error` level.
    -   Tests for new features added.
    -   Bug in metadata fixed: dependency on `GPL_3::or_later` was not detected automatically, so
        testin could fail due to missed dependency.

0.001   2015-06-28

    -   `error_count`, `log_error`, and `abort_if_error` implemented.
    -   Functional test implemented.