Skip to content

Commit

Permalink
Fix handling of twigil in param_var for anonymous invocant (RT #69206…
Browse files Browse the repository at this point in the history
…, masak++)
  • Loading branch information
pmichaud committed Sep 18, 2009
1 parent 2953ac7 commit a7ac444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/grammar.pg
Expand Up @@ -518,7 +518,7 @@ rule post_constraint {
}

token param_var {
<sigil> <twigil>? [
<sigil> [ <twigil> <.before \w> ]? [
|| <identifier>
|| $<identifier>=['/'|'!']
]?
Expand Down

0 comments on commit a7ac444

Please sign in to comment.