This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add tests for IO::Handle getline() and getlines().
authorNicholas Clark <nick@ccl4.org>
Sun, 3 Nov 2019 10:06:59 +0000 (11:06 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 19 Jan 2020 19:46:05 +0000 (20:46 +0100)
commit7a992ccc8be4ce4c27268e1980edb4701f9948d9
treeff267c46a998dafef05b5ed0d5ed660f544616d4
parent17d6187b6af20688dcba5e3c84165e99d9c4c1ce
Add tests for IO::Handle getline() and getlines().

Extend the tests for <> and the open pragma to verify that the behaviour
changes with/without the open pragma.
MANIFEST
dist/IO/README
dist/IO/t/io_getline.t [new file with mode: 0644]
dist/IO/t/io_utf8argv.t