psh icon indicating copy to clipboard operation
psh copied to clipboard

POSIX::tmpname deprecated in Psh/OS.pm

Open kentfredric opened this issue 9 years ago • 1 comments

help builtin
Calling POSIX::tmpnam() is deprecated at /usr/lib64/perl5/vendor_perl/5.24.1/Psh/OS.pm line 165.
    *   "builtin COMMAND [ARGS]"

kentfredric avatar Jan 22 '17 10:01 kentfredric

Also, after this, STDIO becomes broken:

psh% help builtin
Calling POSIX::tmpnam() is deprecated at /usr/lib64/perl5/vendor_perl/5.24.1/Psh/OS.pm line 165.
    *   "builtin COMMAND [ARGS]"

        Run a shell builtin.

psh% ls
ls: write error: Bad file descriptor
psh% help builtin
print() on closed filehandle STDOUT at /usr/lib64/perl5/5.24.1/Pod/Text.pm line 287, <IN> line 9.
print() on closed filehandle STDOUT at /usr/lib64/perl5/5.24.1/Pod/Text.pm line 287, <IN> line 9.
print() on closed filehandle STDOUT at /usr/lib64/perl5/5.24.1/Pod/Text.pm line 287, <IN> line 9.
print() on closed filehandle STDOUT at /usr/lib64/perl5/5.24.1/Pod/Text.pm line 287, <IN> line 9.
psh%

kentfredric avatar Jan 22 '17 10:01 kentfredric