Skip to content

Commit ae0fd1a

Browse files
committed
foreach not for please
1 parent f01f9c2 commit ae0fd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parser.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sub new {
6262
}
6363

6464

65-
for my $htype (keys %{$args{_HNDL_TYPES}}) {
65+
foreach my $htype (keys %{$args{_HNDL_TYPES}}) {
6666
# Handlers explicitly given override
6767
# handlers from the Style package
6868
unless (defined($handlers->{$htype})) {

0 commit comments

Comments
 (0)