From 8d7615220d460428b9d09bad6c1f6c6437a84ab0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 Oct 2008 15:23:37 +0000 Subject: (interactive_help_sub_get_id) just check if HTML help exists --- perl-install/interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 62706f25f..04174d433 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -643,7 +643,7 @@ sub helper_separator_tree_to_tree { sub interactive_help_sub_get_id { my ($o, $id) = @_; - eval { $o->interactive_help_has_id($id) } + eval { $o->is_help_file_exist($id) } && sub { $o->interactive_help_get_id($id) }; } -- cgit v1.2.1