The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.11 - 2016-04-15

  • Sends Perl::Tidy errors during testing to a string instead of fs (GH#9)
  • By default Perl::Tidy writes a perltidy.ERR file when it encounters errors. Perl::Tidy::Sweetened tests remove the error file then check to see if it is created after each test. This leads to a race condition with running in parallel (ie, prove -j 9). This commit makes Perl::Tidy write errors to a string buffer instead. Thanks @shlomif for the bug report (GH#9).
  • Only changes tests. No need to upgrade.

Documentation

Script to execute Perl::Tidy::Sweetened cleanup
Script to execute Perl::Tidy::Sweetened cleanup

Modules

Tweaks to Perl::Tidy to support some syntactic sugar
Tweaks to Perl::Tidy to support some syntactic sugar
Perl::Tidy::Sweetened filter plugin to define new subroutine and class keywords
Simple object to facilitate a pluggable filter architecture
Perl::Tidy::Sweetened filter plugin to handle twigls