]> git.proxmox.com Git - pve-manager.git/commit - PVE/VZDump.pm
vzdump: avoid bareword file handles and two argument open
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Feb 2021 18:17:40 +0000 (19:17 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Feb 2021 18:17:42 +0000 (19:17 +0100)
commit5620e5761efc6617ee8e8b004cfdd604547125fc
tree69960d5f6b5105795f1eeb652f0323d9e7f235ff
parente8d9e1ed176627180114263536461a905ee275dc
vzdump: avoid bareword file handles and two argument open

reported by perlcritic. The bareword file handles will be depreacated
in the future in perl, so start replacing now..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/VZDump.pm