diff options
-rw-r--r-- | lib/network/connection/cable.pm | 3 | ||||
-rw-r--r-- | lib/network/connection/dvb.pm | 3 | ||||
-rw-r--r-- | lib/network/connection/wireless.pm | 3 |
3 files changed, 0 insertions, 9 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; diff --git a/lib/network/connection/dvb.pm b/lib/network/connection/dvb.pm index 48c9832..c5f8ff6 100644 --- a/lib/network/connection/dvb.pm +++ b/lib/network/connection/dvb.pm @@ -1,8 +1,5 @@ package network::connection::dvb; -use strict; -use common; - use base qw(network::connection::ethernet); use strict; diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index d36527a..d49f5bd 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -1,8 +1,5 @@ package network::connection::wireless; -use strict; -use common; - use base qw(network::connection::ethernet); use strict; |