| Version 4 (modified by azawawi, 14 months ago) (diff) |
|---|
Padre::Plugin::Fix
Uses PPI to identify and transform stuff from form A to B.
- Transform if(expr) { ... } into ... if expr
- Transform ... if expr into if(expr) { ... }
- Transform qq{string} where string does not contain escape sequences into q{string} or 'string'
- if use v5.10; or greater is used, then print "something\n" can be transformed into say "something"
TODO
Resources
__END__

