diff options
Diffstat (limited to 'lib/network/connection/cellular_card.pm')
-rw-r--r-- | lib/network/connection/cellular_card.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/cellular_card.pm b/lib/network/connection/cellular_card.pm index 951b84e..0fc3fbf 100644 --- a/lib/network/connection/cellular_card.pm +++ b/lib/network/connection/cellular_card.pm @@ -2,7 +2,7 @@ package network::connection::cellular_card; use base qw(network::connection::cellular); - +use strict; use common; my $wrong_pin_error = N_("Wrong PIN number format: it should be 4 digits."); |