# HG changeset patch # User df # Date 1233167452 0 # Node ID 9c55ad1214ee3174854086a92dc53a0fb23fbefc # Parent 30bbda81f13b5de63899c44d8ccebd657f581869# Parent 964393fff57ec6d700a8d0032f4971b4cba2eb77 Merged dom's branch diff -r 30bbda81f13b -r 9c55ad1214ee reproctool.cgi --- a/reproctool.cgi Mon Jan 26 21:27:52 2009 +0000 +++ b/reproctool.cgi Wed Jan 28 18:30:52 2009 +0000 @@ -261,7 +261,7 @@ } # Now match up the item lookups to the input list -foreach (sort @item_names) +foreach (sort { lc $a cmp lc $b } @item_names) { push @output, (exists $item_lookup->{$_} ? $item_lookup->{$_} : { name => $_ } );