Changes between Version 5 and Version 6 of PadrePluginFix
- Timestamp:
- 03/19/12 15:33:23 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginFix
v5 v6 8 8 * Transform qq{string} where string does not contain escape sequences into q{string} or 'string' 9 9 * if {{{use v5.10;}}} or greater is used, then {{{print "something\n"}}} can be transformed into {{{say "something"}}} 10 * Transform {{{my $param1 = shift}}} into {{{my ($param1) = @_; }}} and vice versa 10 11 11 12 [[Image(PadrePluginFix.png)]]
