diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-22 11:33:25 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-22 11:33:25 +0000 |
commit | 9ac1f16a3e2cb927bd8a64f72e02d6e66bf0d1ef (patch) | |
tree | b239dac3be0ba59fb7cca34b4d59bba120bd5ef0 /lib/network/connection/cable.pm | |
parent | 212b01524f3940650f94e1d07b3dcf4a41806f03 (diff) | |
download | drakx-net-9ac1f16a3e2cb927bd8a64f72e02d6e66bf0d1ef.tar drakx-net-9ac1f16a3e2cb927bd8a64f72e02d6e66bf0d1ef.tar.gz drakx-net-9ac1f16a3e2cb927bd8a64f72e02d6e66bf0d1ef.tar.bz2 drakx-net-9ac1f16a3e2cb927bd8a64f72e02d6e66bf0d1ef.tar.xz drakx-net-9ac1f16a3e2cb927bd8a64f72e02d6e66bf0d1ef.zip |
remove doble import of strict/common
Diffstat (limited to 'lib/network/connection/cable.pm')
-rw-r--r-- | lib/network/connection/cable.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/network/connection/cable.pm b/lib/network/connection/cable.pm index 15030a2..a81ae06 100644 --- a/lib/network/connection/cable.pm +++ b/lib/network/connection/cable.pm @@ -1,8 +1,5 @@ package network::connection::cable; -use strict; -use common; - use base qw(network::connection::ethernet); use strict; |