The decode function has a signature and always requires two arguments. Otherwise, there will be errors like: > Too few arguments for subroutine 'PVE::UPID::decode' > (got 1; expected 2) at /usr/share/perl5/PVE/UPID.pm line 60.
pve-common: Fiona Ebner (3): upid: order imports alphabetically upid: add missing imports upid: fix calls to decode function src/PVE/ProcFSTools.pm | 2 +- src/PVE/RESTEnvironment.pm | 4 ++-- src/PVE/UPID.pm | 8 +++++--- 3 files changed, 8 insertions(+), 6 deletions(-) Summary over all repositories: 3 files changed, 8 insertions(+), 6 deletions(-) -- Generated by git-murpp 0.5.0 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
