The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version v0.8.0 - 2015-10-24

  • Code
    • 1log_errors_in_file` now accepts both `Str` and `ArrayRef[Str]` as messages. `ArrayRef` allows to specify multiple messages to the same line without repeating line number: `log_errors_in_file( $n => [ $msg1, $msg2 ] );`.
  • Documentation
    • Synopsis fixed a bit to make `Test::Synopsis` happy.
    • Short license note used in POD.
  • Infrastructure
    • `aspell.en.pws` file is renamed to `aspell-en.pws` to make `Test::Portability` happy.

Modules

Have error logging capabilities in your Dist::Zilla plugin