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

Changes for version 0.20 - 2013-05-06

  • Significant refactoring (by Kent Fredric++) to make the filters pluggable.
  • Fixes RT#85076 bug (support for returns() syntax)
  • Switches to named captures to make the regex more clear (ok, since we already require 5.010 for the balanced paranes)
  • Stores signature (and any returns() declaration) externally rather than in the code via comments. Nice idea Kent++.
  • Adds a .perltidyrc file so all contributers style will be consistent

Documentation

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 keywords
Simple object to facilitate a pluggable filter architecture