summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-11-05 12:26:59 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-11-05 12:26:59 +0000
commit96279a0b9750c1d757b48c40cd1f17b5a60ea014 (patch)
treecd560f727a90ded832cfd5480f248848006f73d0 /perl-install/install2.pm
parent3812fd80c231dba41da389d575547492c994552c (diff)
downloaddrakx-backup-do-not-use-96279a0b9750c1d757b48c40cd1f17b5a60ea014.tar
drakx-backup-do-not-use-96279a0b9750c1d757b48c40cd1f17b5a60ea014.tar.gz
drakx-backup-do-not-use-96279a0b9750c1d757b48c40cd1f17b5a60ea014.tar.bz2
drakx-backup-do-not-use-96279a0b9750c1d757b48c40cd1f17b5a60ea014.tar.xz
drakx-backup-do-not-use-96279a0b9750c1d757b48c40cd1f17b5a60ea014.zip
use each_index instead of map_index when the return value is not used
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index e07d81c43..46dd6efca 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -510,7 +510,7 @@ sub main {
eval { modules::load("af_packet") };
- map_index {
+ each_index {
modules::add_alias("sound-slot-$::i", $_->{driver});
} modules::probe_category('multimedia/sound');