diff options
-rw-r--r-- | perl-install/install_steps_auto_install.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install_steps_auto_install.pm b/perl-install/install_steps_auto_install.pm index 4f90d7c69..318cb728b 100644 --- a/perl-install/install_steps_auto_install.pm +++ b/perl-install/install_steps_auto_install.pm @@ -91,6 +91,10 @@ sub ask_warn { log::l(ref($_[1]) ? join " ", @{$_[1]} : $_[1]); } +sub ask_yesorno { + 1; #- yes +} + sub wait_message { my ($_o, $_title, $_message) = @_; } |