Changes between Version 29 and Version 30 of PadrePluginFix
- Timestamp:
- 03/28/12 12:01:10 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginFix
v29 v30 9 9 Uses PPI to identify and transform stuff from form A to B. 10 10 11 * Convert constant to uppercase 12 13 {{{#!perl 14 use constant pi => 3.14; 15 }}} 16 17 to this 18 19 {{{#!perl 20 use constant PI => 3.14; 21 }}} 11 22 * From ticket:502, Find code between subs: 12 23
