diff options
Diffstat (limited to 'lib/network/connection/cable.pm')
-rw-r--r-- | lib/network/connection/cable.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/cable.pm b/lib/network/connection/cable.pm index a81ae06..5df3320 100644 --- a/lib/network/connection/cable.pm +++ b/lib/network/connection/cable.pm @@ -2,7 +2,7 @@ package network::connection::cable; use base qw(network::connection::ethernet); -use strict; + use common; use modules; use detect_devices; |