diff options
| author | Thierry Vignaud <tv@mageia.org> | 2013-04-27 10:09:42 +0000 |
|---|---|---|
| committer | Thierry Vignaud <tv@mageia.org> | 2013-04-27 10:09:42 +0000 |
| commit | 6f47788b87dc00a33e3addb3b2c103943fa88967 (patch) | |
| tree | 6ccba63e7461dd9ee95b4053d811ec15dd980d14 /lib/network/connection/cable.pm | |
| parent | 3bcb794b5295f765ee5fb74c98fd69f594a586b1 (diff) | |
| download | drakx-net-6f47788b87dc00a33e3addb3b2c103943fa88967.tar drakx-net-6f47788b87dc00a33e3addb3b2c103943fa88967.tar.gz drakx-net-6f47788b87dc00a33e3addb3b2c103943fa88967.tar.bz2 drakx-net-6f47788b87dc00a33e3addb3b2c103943fa88967.tar.xz drakx-net-6f47788b87dc00a33e3addb3b2c103943fa88967.zip | |
help perl_checker (increase SNR)
Diffstat (limited to 'lib/network/connection/cable.pm')
| -rw-r--r-- | lib/network/connection/cable.pm | 1 |
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; |
