frioux / Syntax-Keyword-Gather

Implements the Perl 6 'gather/take' control structure in Perl 5
https://metacpan.org/pod/Syntax::Keyword::Gather
3 stars 9 forks source link

Fix invalid syntax in grep example #7

Closed Grinnz closed 6 years ago

Grinnz commented 6 years ago

Other suggestions:

$coderef->($_) and take $_ for @list take $_ for grep { $coderef->($_) } @list (probably confusing)

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.4%) to 97.59% when pulling 35364754d9e2f50757f2846b4f6679881697fe0e on Grinnz:patch-1 into 566457e862771cf3da8ed30a454ae2a2df188d5d on frioux:master.

frioux commented 6 years ago

Merged and released