From 9ac13461f4c9348b073f33b2331ffdd7d5b70bd5 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 19 Apr 2000 11:17:29 +0000 Subject: *** empty log message *** --- perl-install/interactive.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index b6beb96a4..20f16c442 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -127,6 +127,12 @@ sub ask_from_list_with_help { goto &ask_from_list2_with_help; } +#- defaults to simple ask_from_list +sub ask_from_list_with_helpW { + my ($o, $title, $messages, $l, $help, $def) = @_; + ask_from_listW($o, $title, $messages, $l, $def); +} + sub ask_from_list2_with_help_($$$$$;$) { my ($o, $title, $message, $l, $help, $def) = @_; untranslate( -- cgit v1.2.1