Skip to content

Commit

Permalink
Merge 3536475 into 566457e
Browse files Browse the repository at this point in the history
  • Loading branch information
Grinnz committed Feb 2, 2018
2 parents 566457e + 3536475 commit ad3ed0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Syntax/Keyword/Gather.pm
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ as:
my @list = @{shift @_};
return gather {
take $_ if $coderef->($_) for @list
do { take $_ if $coderef->($_) } for @list
};
}
Expand Down

0 comments on commit ad3ed0b

Please sign in to comment.