diff options
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/adsl_consts.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index 254cb1a1c..954839033 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -5,7 +5,6 @@ package network::adsl_consts; # $Id$ use vars qw(@ISA @EXPORT); use common; use utf8; -use encoding "utf8"; @ISA = qw(Exporter); @EXPORT = qw(@adsl_data); |