From c9ccb71c94fd6a042bd354f874c685831d0448d3 Mon Sep 17 00:00:00 2001 From: damien Date: Wed, 4 Jul 2001 19:18:55 +0000 Subject: updated CVS: ---------------------------------------------------------------------- --- perl-install/network/modem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/modem.pm') diff --git a/perl-install/network/modem.pm b/perl-install/network/modem.pm index 024c0f70b..8f281922c 100644 --- a/perl-install/network/modem.pm +++ b/perl-install/network/modem.pm @@ -7,7 +7,7 @@ use detect_devices; use mouse; use network::tools; use vars qw(@ISA @EXPORT); -use globals qw($in $prefix $install); +use globals "network", qw($in $prefix $install); @ISA = qw(Exporter); @EXPORT = qw(pppConfig modem_detect_backend); -- cgit v1.2.1