summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-06 14:29:48 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-06 14:29:48 +0000
commit9d4cdf4b353e785297f6f47936661a48e00bf319 (patch)
treec9a223af92d961333560b14c42b5bf4ef4d1e4f4 /perl-install
parent9091151d546e5d749b47e2efce3ff651784fcc8c (diff)
downloaddrakx-9d4cdf4b353e785297f6f47936661a48e00bf319.tar
drakx-9d4cdf4b353e785297f6f47936661a48e00bf319.tar.gz
drakx-9d4cdf4b353e785297f6f47936661a48e00bf319.tar.bz2
drakx-9d4cdf4b353e785297f6f47936661a48e00bf319.tar.xz
drakx-9d4cdf4b353e785297f6f47936661a48e00bf319.zip
fix for modules.pm not exporting category2modules_and_description
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/harddrake/sound.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index 6c8c80d69..9b1bf5949 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -174,7 +174,7 @@ sub switch {
N("\n\nYour card currently use the %s\"%s\" driver (default driver for your card is \"%s\")", ($driver =~ /^snd-/ ? "ALSA " : "OSS "), $driver, $device->{driver}),
[
{ label => N("Driver:"), val => \$new_driver, list => $alternative, default => $new_driver, sort =>1, format => sub {
- my %des = category2modules_and_description('multimedia/sound');
+ my %des = modules::category2modules_and_description('multimedia/sound');
"$_[0] (". $des{$_[0]} . ')'
}, allow_empty_list => 1 },
{