We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01f9c2 commit ae0fd1aCopy full SHA for ae0fd1a
Parser.pm
@@ -62,7 +62,7 @@ sub new {
62
}
63
64
65
- for my $htype (keys %{$args{_HNDL_TYPES}}) {
+ foreach my $htype (keys %{$args{_HNDL_TYPES}}) {
66
# Handlers explicitly given override
67
# handlers from the Style package
68
unless (defined($handlers->{$htype})) {
0 commit comments