From 9d4cdf4b353e785297f6f47936661a48e00bf319 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 6 Nov 2002 14:29:48 +0000 Subject: fix for modules.pm not exporting category2modules_and_description --- perl-install/harddrake/sound.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/harddrake/sound.pm') 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 }, { -- cgit v1.2.1