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