diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-12-15 16:31:11 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-12-15 16:31:11 +0000 |
commit | 806b49e0caf2664e77eb075904fc826778f671c1 (patch) | |
tree | 64d6086153bcca60c4827ccb0c9e2c94b4bc431b /perl-install | |
parent | 2cf66bc0eed9126982f3b87a0a7f248739552ae3 (diff) | |
download | drakx-806b49e0caf2664e77eb075904fc826778f671c1.tar drakx-806b49e0caf2664e77eb075904fc826778f671c1.tar.gz drakx-806b49e0caf2664e77eb075904fc826778f671c1.tar.bz2 drakx-806b49e0caf2664e77eb075904fc826778f671c1.tar.xz drakx-806b49e0caf2664e77eb075904fc826778f671c1.zip |
(acceptLicense) load the needed modules
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index d66abcaef..04c176464 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -714,6 +714,7 @@ sub autologin { sub acceptLicense { my ($o) = @_; + require install_messages; $o->{release_notes} = join("\n\n", map { my $f = install_any::getFile($_); |