summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-05-26 09:13:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-05-26 09:13:34 +0000
commite05ddb281beb452808a0f3669c93c907acf1fa77 (patch)
treee0be239d7fea26ff84254b55b77c1eed48af421a /perl-install/interactive.pm
parent5c629f83b4a37df7ef2981efbbc8093c75641382 (diff)
downloaddrakx-e05ddb281beb452808a0f3669c93c907acf1fa77.tar
drakx-e05ddb281beb452808a0f3669c93c907acf1fa77.tar.gz
drakx-e05ddb281beb452808a0f3669c93c907acf1fa77.tar.bz2
drakx-e05ddb281beb452808a0f3669c93c907acf1fa77.tar.xz
drakx-e05ddb281beb452808a0f3669c93c907acf1fa77.zip
- methods with no argument are not functions with no argument!
- perl_checker fixes
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm
index 767b54004..8af325cfa 100644
--- a/perl-install/interactive.pm
+++ b/perl-install/interactive.pm
@@ -112,11 +112,11 @@ sub vnew {
interactive::newt->new;
}
-sub enter_console() {}
-sub leave_console() {}
-sub suspend() {}
-sub resume() {}
-sub end() {}
+sub enter_console {}
+sub leave_console {}
+sub suspend {}
+sub resume {}
+sub end {}
sub exit { exit($_[0]) }
#-######################################################################################