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

Changes for version 0.09

  • Fixed Padre ticket:504 and ticket:586 which is basically about being able to rename a variable when the cursor is over its declaration (AZAWAWI)
  • Refactored code a bit and removed some dead code (AZAWAWI)
  • Fixed one passing TODO test in t/06-renamevariable.t (AZAWAWI)
  • Added a test to t/02-findvariabledeclaration.t to make sure this fix works in the future (AZAWAWI)

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