summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-08-12 12:35:37 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-08-12 12:35:37 +0000
commit107b1cbeace77c78d4885c138ca57d373a125bdf (patch)
tree0113b4014c40039b246c3b876d0e2de93d7087cc /perl-install/install_steps_interactive.pm
parent665d9ad8aa8b8a71198ef8b6cae00e94b9244391 (diff)
downloaddrakx-backup-do-not-use-107b1cbeace77c78d4885c138ca57d373a125bdf.tar
drakx-backup-do-not-use-107b1cbeace77c78d4885c138ca57d373a125bdf.tar.gz
drakx-backup-do-not-use-107b1cbeace77c78d4885c138ca57d373a125bdf.tar.bz2
drakx-backup-do-not-use-107b1cbeace77c78d4885c138ca57d373a125bdf.tar.xz
drakx-backup-do-not-use-107b1cbeace77c78d4885c138ca57d373a125bdf.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index d1436523e..106d56c96 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -33,7 +33,7 @@ use lang;
use log;
1;
-=cut
+
sub errorInStep($$) {
my ($o, $err) = @_;
@@ -115,4 +115,3 @@ consult the Errata available from http://www.linux-mandrake.com/.
Information on configuring your system is available in the post
install chapter of the Official Linux Mandrake User's Guide."));
}
-=cut