diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-30 23:25:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-30 23:25:44 +0000 |
commit | 75bcbea29b0dba1954344cc78b9ecb75e5007bfa (patch) | |
tree | 83d0669e2cdcb66caceb134e88f05179c99a6b55 /perl-install/modules.pm | |
parent | 0ed09587c155ff3297d723d038a9e3016d1d599e (diff) | |
download | drakx-backup-do-not-use-75bcbea29b0dba1954344cc78b9ecb75e5007bfa.tar drakx-backup-do-not-use-75bcbea29b0dba1954344cc78b9ecb75e5007bfa.tar.gz drakx-backup-do-not-use-75bcbea29b0dba1954344cc78b9ecb75e5007bfa.tar.bz2 drakx-backup-do-not-use-75bcbea29b0dba1954344cc78b9ecb75e5007bfa.tar.xz drakx-backup-do-not-use-75bcbea29b0dba1954344cc78b9ecb75e5007bfa.zip |
no_comment
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 2e3729d59..fc02afec3 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -374,7 +374,6 @@ sub load { my ($name, $type, @options) = @_; if ($::testing) { - print join ",", @options, "\n"; log::l("i try to install $name module (@options)"); } else { $conf{$name}{loaded} and return; |