summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm
index 20f16c442..b06b193f7 100644
--- a/perl-install/interactive.pm
+++ b/perl-install/interactive.pm
@@ -130,7 +130,7 @@ sub ask_from_list_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);
+ $o->ask_from_listW($o, $title, $messages, $l, $def);
}
sub ask_from_list2_with_help_($$$$$;$) {