Ticket #992 (new enhancement)

Opened 18 months ago

Last modified 11 months ago

refactoring: list conversions

Reported by: zenogantner Owned by:
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:

  1. switch between "qw(a b c)" and "('a', 'b', 'c')" (if possible)
  2. switch between fat and normal commas: "( a => 'b')" and "('a', 'b')"
  3. (any other idea ...)

Change History

comment:1 Changed 11 months ago by szabgab

  • Component changed from advanced perl tools to Refactoring Perl 5
Note: See TracTickets for help on using tickets.