Signed-off-by: Fiona Ebner <[email protected]>
---

New in v2.

 src/PVE/Tunnel.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/PVE/Tunnel.pm b/src/PVE/Tunnel.pm
index 791b465..66d98ea 100644
--- a/src/PVE/Tunnel.pm
+++ b/src/PVE/Tunnel.pm
@@ -3,6 +3,7 @@ package PVE::Tunnel;
 use strict;
 use warnings;
 
+use IO::File;
 use IO::Pipe;
 use IPC::Open2;
 use JSON qw(encode_json decode_json);
-- 
2.47.3




Reply via email to