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

Changes for version 0.10

  • Fixed Padre ticket #655: Can't rename to a variable with an underscore in it (PATRICKAS)
  • Fixed Padre ticket #653: Lexically rename doesn't work when clicking on declaration of variable (PATRICKAS)
  • Added feature to change variable style to/from camelCase (SMUELLER)

Modules

Utility methods and base class for manipulating Perl via PPI
PPI-based unmatched-brace-finder
Finds where a variable was declared using PPI
Introduces a temporary variable using PPI
Change the package name
Change the package name based on the files path
Lexically replace a variable name in Perl code
Simple object to return values from PPIx::EditorTools