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
IO::Handle.lines expressed as .get
This simplifies IO::Handle.lines to use .get and not do any smart bypasses anymore. Also no longer update .ins and make .ins DEPRECATED. This makes .lines in its various forms about 60% slower, but it paves the way for other features, such as supporting regexes as newline separators.
- Loading branch information
Showing
1 changed file
with
43 additions
and
173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters