Skip to content

Commit

Permalink
Merge be38b3e into 566457e
Browse files Browse the repository at this point in the history
  • Loading branch information
bay-max1 committed Feb 2, 2018
2 parents 566457e + be38b3e commit 1e10f67
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 1e10f67

Please sign in to comment.