mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 07:48:57 +00:00
api tools: fix usage of stat by-name interface
Fixes: f6395eb6
("hw-address: check if source file changed so cache needs update")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e02db471ab
commit
fddf562bf9
@ -4,6 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use Digest::MD5 qw(md5_hex);
|
use Digest::MD5 qw(md5_hex);
|
||||||
|
use File::stat;
|
||||||
use Net::IP;
|
use Net::IP;
|
||||||
use URI::Escape;
|
use URI::Escape;
|
||||||
use URI;
|
use URI;
|
||||||
|
Loading…
Reference in New Issue
Block a user