From b8f3f1d37183e4ba45a173f1c9800e56daa1fa3a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 7 Sep 1999 16:04:35 +0000 Subject: no_comment --- perl-install/modules.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 6124c11b0..46ff2b068 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -244,7 +244,8 @@ sub load($;$@) { my ($name, $type, @options) = @_; if ($::testing) { - log::l("i try to install $name module"); + print join ",", @options, "\n"; + log::l("i try to install $name module (@options)"); } else { $conf{$name}{loaded} and return; -- cgit v1.2.1