From dba77008a76ea78364c1275e5bc7ee7d47235800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Wed, 20 Nov 2024 13:00:13 +0100 Subject: [PATCH] Define self --- lib/tapnet.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tapnet.pm b/lib/tapnet.pm index 4ac9539c..1153d953 100644 --- a/lib/tapnet.pm +++ b/lib/tapnet.pm @@ -8,6 +8,8 @@ use Exporter; use testapi; our @EXPORT = qw/clone_host_file setup_tap_static get_host_dns/; +my $self = shift; + sub clone_host_file { # copy a given file from the host into the guest. Mainly used # for networking config on tap tests. this is pretty crazy, but