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
Fix IO::Handle not correctly limiting lines in batch processing
The iterator's push-all did not actually stop iteration when $!todo got down to 0. Also it did not close the file handle on reaching eof despite being asked to do so. Fixes regression in S16-filehandles/io.t
- Loading branch information