diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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) }; } |