From: cjwatson <> Date: Sat, 21 Jun 2003 00:27:02 +0000 (-0800) Subject: [project @ 2003-06-20 17:27:02 by cjwatson] X-Git-Tag: release/2.6.0~860 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f5c9ff3aa4e07d58155a1279c73b93c3d94015e6;p=debbugs.git [project @ 2003-06-20 17:27:02 by cjwatson] Lowercase all package names for indexing. --- diff --git a/cgi/common.pl b/cgi/common.pl index 04e77b82..e42f6e01 100644 --- a/cgi/common.pl +++ b/cgi/common.pl @@ -129,7 +129,7 @@ sub quitcgi { sub splitpackages { my $pkgs = shift; return unless defined $pkgs; - return split /[ \t?,()]+/, $pkgs; + return map lc, split /[ \t?,()]+/, $pkgs; } # Generate a comma-separated list of HTML links to each package given in