]> git.proxmox.com Git - pve-installer.git/commit
run command: use explicit return undef in closures on call sites
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Feb 2024 13:38:11 +0000 (14:38 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Feb 2024 13:39:03 +0000 (14:39 +0100)
commit41c686d429a2cefb84553efb533a047488d166d2
tree8208e39f39db15a0959d864ba163e8fd7c80ec96
parent06d1efe8235ca11738373e0215ac926949a3cb2e
run command: use explicit return undef in closures on call sites

To avoid a misinterpretation of the auto-return value:

> In the absence of an explicit return, a subroutine, eval, or do FILE
> automatically returns the value of the last expression evaluated.
-- https://perldoc.perl.org/functions/return

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Proxmox/Install.pm
Proxmox/Install/RunEnv.pm