id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
586,Lexical variable replace doesn't work if you have the original declaration selected,adamk,azawawi,"The Lexical variable replace works fine if you have any usage of the variable selected, EXCEPT the original declaration.

Replacing at the following location works.

my $foo = 1;

$fo<HERE>o = 2;

Replacing at the following location fails.

my $fo<HERE>o = 1;

$foo = 2;

This is counter to typical expectations of the function of this kind of feature.",defect,closed,major,,editor,0.46,fixed,,
