summaryrefslogtreecommitdiffstats
path: root/lib/network/connection/cable.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection/cable.pm')
-rw-r--r--lib/network/connection/cable.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/network/connection/cable.pm b/lib/network/connection/cable.pm
index a81ae06..acc01f0 100644
--- a/lib/network/connection/cable.pm
+++ b/lib/network/connection/cable.pm
@@ -3,6 +3,7 @@ package network::connection::cable;
use base qw(network::connection::ethernet);
use strict;
+use lib qw(/usr/lib/libDrakX); # helps perl_checker
use common;
use modules;
use detect_devices;