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
Allow postfix operator called as method after unary postfix hyper ope…
…rator currently something like '(my @A = 1)>>.++' fails, since METAOP_HYPER_CALL is called instead of METAOP_HYPER_POSTFIX. Fixes RT #122342.
- Loading branch information
27a9887There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the
<![i]>be replaced by<!postfix>or something like that? Special-casing just one postfix seems fragile to me