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
Store decont'd $!orig in Cursor.
Otherwise, things like "$a = $a ~~ /./" will end up with trying to substr(.orig, ...) when looking at the Match object, which now is pointing to the Match itself rather than the original string.
- Loading branch information