diff options
author | Nicholas Clark <nick@ccl4.org> | 2019-11-03 11:06:59 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2020-01-19 20:46:05 +0100 |
commit | 7a992ccc8be4ce4c27268e1980edb4701f9948d9 (patch) | |
tree | ff267c46a998dafef05b5ed0d5ed660f544616d4 /MANIFEST | |
parent | 17d6187b6af20688dcba5e3c84165e99d9c4c1ce (diff) | |
download | perl-7a992ccc8be4ce4c27268e1980edb4701f9948d9.tar.gz |
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.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3676,6 +3676,7 @@ dist/IO/t/io_dir.t See if directory-related methods from IO work dist/IO/t/io_dup.t See if dup()-related methods from IO work dist/IO/t/io_file.t See if binmode()-related methods on IO::File work dist/IO/t/io_file_export.t Test IO::File exports +dist/IO/t/io_getline.t Test getline and getlines dist/IO/t/io_leak.t See if IO leaks SVs (only run in core) dist/IO/t/io_linenum.t See if I/O line numbers are tracked correctly dist/IO/t/io_multihomed.t See if INET sockets work with multi-homed hosts |