From 17b8ec62c1ec6006e52b0303273e392941dad834 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 8 Mar 2021 15:17:15 +0100 Subject: PODify the installer --- perl-install/install/steps_interactive.pm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'perl-install/install/steps_interactive.pm') diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index aaacd7fba..3a2586cae 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -31,6 +31,16 @@ use keyboard; use any; use log; +=head1 SYNOPSYS + +Handle the interactive installer steps (text & graphical). + +=head1 Functions + +=over + +=cut + #-###################################################################################### #- In/Out Steps Functions #-###################################################################################### @@ -845,6 +855,16 @@ sub summaryBefore { log::l("summaryBefore: network configuration: ", formatError($@)) if $@; } + + +=item summary_prompt($o, $l, $check_complete) + +Display the summary once the package installation is complete. +This is the text version which is overloaded in L. + +=cut + + sub summary_prompt { my ($o, $l, $check_complete) = @_; @@ -861,6 +881,13 @@ sub summary_prompt { }, $l); } + +=item summary($o) + +Create the list of categories for the summary that will be displayed by summary_prompt() + +=cut + sub summary { my ($o) = @_; -- cgit v1.2.1