summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-20 19:12:36 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-20 19:12:36 +0000
commitaf0f71afc880c9eea4c2b2a327108d773c0261c1 (patch)
tree12cc364bb74eaa773d3a9de2d44286337ca338b4 /perl-install/modules.pm
parent4814c7826c9217224ce1fb24fcc6cf60d7c64237 (diff)
downloaddrakx-af0f71afc880c9eea4c2b2a327108d773c0261c1.tar
drakx-af0f71afc880c9eea4c2b2a327108d773c0261c1.tar.gz
drakx-af0f71afc880c9eea4c2b2a327108d773c0261c1.tar.bz2
drakx-af0f71afc880c9eea4c2b2a327108d773c0261c1.tar.xz
drakx-af0f71afc880c9eea4c2b2a327108d773c0261c1.zip
perl_checker cleanup
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 76397fd8d..719ec02f3 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -33,7 +33,7 @@ my %mappings_24_26 = (
"dc395x_trm" => "dc395x",
);
my %mappings_26_24 = reverse %mappings_24_26;
-$mappings_26_24{'uhci_hcd'} = 'usb_uhci';
+$mappings_26_24{uhci_hcd} = 'usb_uhci';
my @parallel_zip_modules = qw(imm ppa);