Changes between Version 4 and Version 5 of PadrePluginFix
- Timestamp:
- 03/19/12 14:18:43 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginFix
v4 v5 7 7 * Transform ... if expr into if(expr) { ... } 8 8 * Transform qq{string} where string does not contain escape sequences into q{string} or 'string' 9 * if {{{use v5.10;}}} or greater is used, then print "something\n" can be transformed into say "something"9 * if {{{use v5.10;}}} or greater is used, then {{{print "something\n"}}} can be transformed into {{{say "something"}}} 10 10 11 11 [[Image(PadrePluginFix.png)]]
