diff options
Diffstat (limited to 'lib/network/connection/pots.pm')
-rw-r--r-- | lib/network/connection/pots.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/pots.pm b/lib/network/connection/pots.pm index 22299f6..f5d19fb 100644 --- a/lib/network/connection/pots.pm +++ b/lib/network/connection/pots.pm @@ -2,7 +2,7 @@ package network::connection::pots; use base qw(network::connection::ppp); -use strict; + use common; sub get_type_name { |