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/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index d8009c523..327df4f87 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -8,7 +8,7 @@ use vars qw($o $version); #-###################################################################################### #- misc imports #-###################################################################################### -use common qw(:common :file :system :functional); +use common; use install_any qw(:all); use install_steps; use commands; -- cgit v1.2.1