From 38a02aed867415b1e5bd3586e28bb18c1f5a2b9c Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 3 Feb 2004 16:10:53 +0000 Subject: fix typo --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 79f3aa3ed..2bda575c7 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -37,7 +37,7 @@ sub load { my ($name, @options) = ref($_) ? @$_ : $_; $options{$name} = \@options; my @l = dependencies_closure($name); - if (c::kernel_version() =~ /^\@2.6/) { + if (c::kernel_version() =~ /^\Q2.6/) { push @l, "$1-hcd" if $name =~ /(uhci|ohci)/; # usb-uhci, uhci, usb-ohci are deprecated in 2.6 } @l; -- cgit v1.2.1