diff options
author | Guillem Jover <guillem@debian.org> | 2013-01-11 19:57:35 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-05-08 04:58:08 +0200 |
commit | 17ae5451263121467ed9b0a45dfddc1c4336a930 (patch) | |
tree | 8d9e48f24cb18732378878949f4bb359ff07ed14 /README | |
parent | e1fba416fa57c7cb18e52cc994f6d3608fbfe7e7 (diff) | |
download | dpkg-17ae5451263121467ed9b0a45dfddc1c4336a930.tar.gz |
perl: Use my-style lexical loop iterator variables
The variables used on a foreach loop are local to that block, so if
we wanted to use it after the loop is finished the last value would
be gone.
Fixes Variables::RequireLexicalLoopIterators.
Warned-by: perlcritic
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions