Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
work around rakudo regression
lue++ for noticing it during the R* release process
  • Loading branch information
moritz committed Oct 28, 2013
1 parent 51cfd5a commit b0c5d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DBDish/Pg.pm6
Expand Up @@ -187,7 +187,7 @@ my class PgTokenizer::Actions {
method placeholder($/) { make '$' ~ ++$!counter }
method normal($/) { make $/.Str }
method TOP($/) {
make $0.map(*.values[0].ast).join;
make $0.map({.values[0].ast}).join;
}
}

Expand Down

0 comments on commit b0c5d75

Please sign in to comment.