diff options
author | Jan Dubois <jand@activestate.com> | 2009-12-16 15:42:19 -0800 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2009-12-16 15:46:34 -0800 |
commit | 827da6a38269ebe059fe8acab0772f00c88704bf (patch) | |
tree | 1154337fa550b5fff0eeeb4acddadd19da36d8c5 /MANIFEST | |
parent | ab106183f6f6440236f5be52e2a171a63882946a (diff) | |
download | perl-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-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |