From 806b49e0caf2664e77eb075904fc826778f671c1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 15 Dec 2005 16:31:11 +0000 Subject: (acceptLicense) load the needed modules --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/any.pm') 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($_); -- cgit v1.2.1