We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846c5c0 commit 50c2a7eCopy full SHA for 50c2a7e
hexmerge
@@ -8,7 +8,7 @@
8
9
while (<>)
10
{
11
- $G{$1}=$2 if /^(....):(.+)\n/;
+ $G{uc($1)}=$2 if /^(....):(.+)\n/;
12
}
13
14
for (sort keys %G)
0 commit comments