diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-12-15 16:47:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-12-15 16:47:04 +0000 |
commit | abe973e7142c7e5b8c0a585f154b2315b5d4059c (patch) | |
tree | 09f890d4496821b127f56603edbb5b6495f5e0a0 | |
parent | d6db5bd965303bb722a25caffecb9c85773e5baf (diff) | |
download | drakx-abe973e7142c7e5b8c0a585f154b2315b5d4059c.tar drakx-abe973e7142c7e5b8c0a585f154b2315b5d4059c.tar.gz drakx-abe973e7142c7e5b8c0a585f154b2315b5d4059c.tar.bz2 drakx-abe973e7142c7e5b8c0a585f154b2315b5d4059c.tar.xz drakx-abe973e7142c7e5b8c0a585f154b2315b5d4059c.zip |
(acceptLicense) introduce a wrapper around any::acceptLicense()
-rw-r--r-- | perl-install/install_steps_interactive.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 42cb43aec..e88d96eec 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) = @_; |