about summary refs log tree commit homepage
path: root/examples/public-inbox.psgi
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-03-11 21:59:42 +0000
committerEric Wong <e@80x24.org>2016-03-11 22:03:21 +0000
commitd5fce291ff67459ccf2939afea0ea6a1157869d8 (patch)
tree242dda59e01aa46e0814ac6750df4239d2a618ea /examples/public-inbox.psgi
parentea1b6cbd422b7e392cdb6979837a42679b0f180f (diff)
downloadpublic-inbox-d5fce291ff67459ccf2939afea0ea6a1157869d8.tar.gz
We need to ensure $sock_pkg is preserved outside of the loop.
The variable passed to "for" or "foreach" is implicitly local
and restores the previous value when the loop exits.  This is
documented in the perlsyn manpage in the "Foreach Loops"
section.

Fixes: ea1b6cbd422b ("daemon: allow using IO::Socket::IP over INET6")
Diffstat (limited to 'examples/public-inbox.psgi')
0 files changed, 0 insertions, 0 deletions