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
De-break round-trip of some circular structures
The fix[^1] to fix .perl.EVAL roundtripping of Array and Hash circular accidentally broke compilation of .perl of all the other types of structures. Even though they're still broken in the sense that their EVAL does not produce the correct values, this commit at least unbreaks their compilation. [1] 67aeefacf5fb9c35189bcc70
- Loading branch information