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

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.