diff options
Diffstat (limited to 'perl-install/standalone/net_monitor')
-rwxr-xr-x | perl-install/standalone/net_monitor | 2 |
1 files changed, 1 insertions, 1 deletions
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; |