Ticket #992 (assigned enhancement)
refactoring: list conversions
| Reported by: | zenogantner | Owned by: | azawawi |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Refactoring Perl 5 | Version: | 0.69 |
| Keywords: | Cc: |
Description
Some rather Perl-specific refactoring functions would be source code conversions of lists:
- switch between "qw(a b c)" and "('a', 'b', 'c')" (if possible)
- switch between fat and normal commas: "( a => 'b')" and "('a', 'b')"
- (any other idea ...)
Change History
Note: See
TracTickets for help on using
tickets.
