# New Ticket Created by Moritz Lenz # Please include the string: [perl #102472] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=102472 > strict.pm seems to imply that 'my $x' localizes $x - which it doesn't, it creates it. The patch also removes a probably unintentional reuse of a variable name which could be a quite confusing. Cheers, MoritzThread Next