Commit 599db2b
Don't call each on an anonymous hash
From perldiag:
each on anonymous %s will always start from the beginning
(W syntax) You called each on an anonymous hash or array. Since a
new hash or array is created each time, each() will restart iterating
over your hash or array every time.
Bug: #190
Bug-Debian: https://bugs.debian.org/11144921 parent 0019223 commit 599db2b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
| 725 | + | |
| 726 | + | |
726 | 727 | | |
727 | 728 | | |
728 | 729 | | |
| |||
0 commit comments