* [pve-devel] [PATCH manager] fix use statement
@ 2021-11-17 12:52 Fabian Grünbichler
2021-11-17 14:07 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Fabian Grünbichler @ 2021-11-17 12:52 UTC (permalink / raw)
To: pve-devel
else this happens:
"Use of inherited AUTOLOAD for non-method PVE::API2::Backup::uuid() is
no longer allowed at /usr/share/perl5/PVE/API2/Backup.pm line 198.
(500)"
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
---
https://forum.proxmox.com/threads/different-backup-retentions.99869/#post-430885
PVE/API2/Backup.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/API2/Backup.pm b/PVE/API2/Backup.pm
index 428f4cb3..e7ebeea5 100644
--- a/PVE/API2/Backup.pm
+++ b/PVE/API2/Backup.pm
@@ -3,7 +3,7 @@ package PVE::API2::Backup;
use strict;
use warnings;
use Digest::SHA;
-use UUID;
+use UUID qw(uuid);
use PVE::SafeSyslog;
use PVE::Tools qw(extract_param);
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH manager] fix use statement
2021-11-17 12:52 [pve-devel] [PATCH manager] fix use statement Fabian Grünbichler
@ 2021-11-17 14:07 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-11-17 14:07 UTC (permalink / raw)
To: Proxmox VE development discussion, Fabian Grünbichler
On 17.11.21 13:52, Fabian Grünbichler wrote:
> else this happens:
>
> "Use of inherited AUTOLOAD for non-method PVE::API2::Backup::uuid() is
> no longer allowed at /usr/share/perl5/PVE/API2/Backup.pm line 198.
> (500)"
>
> Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
> ---
> https://forum.proxmox.com/threads/different-backup-retentions.99869/#post-430885
>
> PVE/API2/Backup.pm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-17 14:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-17 12:52 [pve-devel] [PATCH manager] fix use statement Fabian Grünbichler
2021-11-17 14:07 ` [pve-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox