Compare index names lc but save them in their original case.

This commit is contained in:
Daniel Nichter
2012-02-06 13:29:08 -07:00
parent 4d5d4da4b7
commit df4662ce51
5 changed files with 65 additions and 10 deletions

View File

@@ -347,7 +347,7 @@ sub set_nibble_number {
sub nibble_index {
my ($self) = @_;
return lc($self->{index});
return $self->{index};
}
sub statements {