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
Make \n resolve to $?NL.
This means it produces \r\n on Windows, \n elsewhere, and can be controlled using the `use newline` pragma.
- Loading branch information
4f276beThere 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.
This commit and the philosophy behind it are rather surprising to me. See RT#126881 as well as my comments on /r/perl6.