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/interactive.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index ad1d4a380..1815ab21e 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -6,7 +6,8 @@ use strict; #-###################################################################################### #- misc imports #-###################################################################################### -use common qw(:common :functional); +use MDK::Common::Func; +use common; #- ask_from_entries takes: #- val => reference to the value @@ -328,7 +329,7 @@ sub wait_message { my $b = before_leaving { $o->wait_message_endW($w) }; #- enable access through set - common::add_f4before_leaving(sub { $o->wait_message_nextW([ deref($_[1]) ], $w) }, $b, 'set'); + MDK::Common::Func::add_f4before_leaving(sub { $o->wait_message_nextW([ deref($_[1]) ], $w) }, $b, 'set'); $b; } -- cgit v1.2.1