summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2019-11-03 11:06:59 +0100
committerNicholas Clark <nick@ccl4.org>2020-01-19 20:46:05 +0100
commit7a992ccc8be4ce4c27268e1980edb4701f9948d9 (patch)
treeff267c46a998dafef05b5ed0d5ed660f544616d4 /MANIFEST
parent17d6187b6af20688dcba5e3c84165e99d9c4c1ce (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index cb5c0bb1b4..85d3283231 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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