Ticket #937 (new defect)
Variable renaming: No declaration found if variable is declared in parentheses
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Refactoring Perl 5 | Version: | 0.60 |
| Keywords: | refactoring | Cc: |
Description
How to reproduce:
Load/create a Perl file such a variable declaration:
my ($var);
Try to rename the variable.
It does not work: "No declaration could be found for the specified (lexical?) variable.
What should happen: Should work as for a variable declared by
my $var;
Change History
Note: See
TracTickets for help on using
tickets.
