summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-12-15 16:46:29 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-12-15 16:46:29 +0000
commit3d4a81091aa6fb1a8eddac301762390620970de5 (patch)
tree2858cc6b275038042a31612b5dcc81e78f9b2abc /perl-install/install_steps_interactive.pm
parent806b49e0caf2664e77eb075904fc826778f671c1 (diff)
downloaddrakx-backup-do-not-use-3d4a81091aa6fb1a8eddac301762390620970de5.tar
drakx-backup-do-not-use-3d4a81091aa6fb1a8eddac301762390620970de5.tar.gz
drakx-backup-do-not-use-3d4a81091aa6fb1a8eddac301762390620970de5.tar.bz2
drakx-backup-do-not-use-3d4a81091aa6fb1a8eddac301762390620970de5.tar.xz
drakx-backup-do-not-use-3d4a81091aa6fb1a8eddac301762390620970de5.zip
(acceptLicense) introduce a wrapper around any::acceptLicense()
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 78898b8a9..0d2d8bc78 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -46,6 +46,11 @@ sub kill_action {
#- Steps Functions
#-######################################################################################
#------------------------------------------------------------------------------
+
+sub acceptLicense {
+ any::acceptLicense($in);
+}
+
sub selectLanguage {
my ($o) = @_;