From b60c0cb8f67d745626fec6f0c8540818f24e91a6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 24 Jul 2001 22:39:28 +0000 Subject: move to MDK::Common, bool->to_bool --- perl-install/standalone/net_monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/net_monitor') diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor index 294265eb9..02c400211 100755 --- a/perl-install/standalone/net_monitor +++ b/perl-install/standalone/net_monitor @@ -24,7 +24,7 @@ use interactive; use standalone; use my_gtk qw(:helpers :wrappers); #-use Data::Dumper; -use common qw(:common :file :functional :system); +use common; use strict; use network::netconnect; -- cgit v1.2.1