id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
937,Variable renaming: No declaration found if variable is declared in parentheses,zenogantner,,"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;

",defect,new,minor,,Refactoring Perl 5,0.60,,refactoring,
