From 578dc4f6c9e3f302ad839fa011bdf4bf85a5ef9b Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 4 Jul 2001 23:20:35 +0000 Subject: modularized. It compiles, runs, and works for some stuff. --- perl-install/network/adsl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/adsl.pm') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 03f6aade7..12daed505 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -6,7 +6,7 @@ use network::tools; use network::ethernet; use vars qw(@ISA @EXPORT); -use globals "network", qw($in $prefix $install); +use globals "network", qw($in $prefix $install $connect_file $disconnect_file); @ISA = qw(Exporter); @EXPORT = qw(adsl_ask_info adsl_detect adsl_conf adsl_conf_backend); -- cgit v1.2.1