Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[actions.pm] construct twigilled variables right
In <http://rt.perl.org/rt3/Ticket/Display.html?id=67846>, :$.bar turned into $1bar. The <twigil> subrule was called with a postfix:<?>, turning its submatch into an array. The colonpair action method now takes this into account. This is a first step towards fixing #67846. Rakudo still doesn't conform to the semantics explained in L<S06/Attributive parameters>, but now it at least has a chance.
- Loading branch information