diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-07 16:04:35 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-07 16:04:35 +0000 |
commit | b8f3f1d37183e4ba45a173f1c9800e56daa1fa3a (patch) | |
tree | 040821895050aa4365c9e9e72a142dcc5fa3de87 /perl-install/modules.pm | |
parent | 5d31c65a29a5be64fe46946651108e0e13242037 (diff) | |
download | drakx-b8f3f1d37183e4ba45a173f1c9800e56daa1fa3a.tar drakx-b8f3f1d37183e4ba45a173f1c9800e56daa1fa3a.tar.gz drakx-b8f3f1d37183e4ba45a173f1c9800e56daa1fa3a.tar.bz2 drakx-b8f3f1d37183e4ba45a173f1c9800e56daa1fa3a.tar.xz drakx-b8f3f1d37183e4ba45a173f1c9800e56daa1fa3a.zip |
no_comment
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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; |