summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2009-12-16 15:42:19 -0800
committerJan Dubois <jand@activestate.com>2009-12-16 15:46:34 -0800
commit827da6a38269ebe059fe8acab0772f00c88704bf (patch)
tree1154337fa550b5fff0eeeb4acddadd19da36d8c5 /MANIFEST
parentab106183f6f6440236f5be52e2a171a63882946a (diff)
downloadperl-827da6a38269ebe059fe8acab0772f00c88704bf.tar.gz
-t should only return TRUE for file handles connected to a TTY
The Microsoft C version of isatty() returns TRUE for all character mode devices, including the /dev/null style "nul" device and printers like "lpt1". The included test has only been tested on Windows and Linux; the device names for OS/2 and VMS are just best guesses...
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index ae5ce73d07..1bf5fbecdb 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4389,6 +4389,7 @@ t/op/exists_sub.t See if exists(&sub) works
t/op/exp.t See if math functions work
t/op/fh.t See if filehandles work
t/op/filetest.t See if file tests work
+t/op/filetest_t.t See if -t file test works
t/op/flip.t See if range operator works
t/op/fork.t See if fork works
t/op/getpid.t See if $$ and getppid work with threads