summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm27
1 files changed, 27 insertions, 0 deletions
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<steps_gtk>.
+
+=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) = @_;