Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POSIX::tmpname deprecated in Psh/OS.pm #14

Open
kentfredric opened this issue Jan 22, 2017 · 1 comment
Open

POSIX::tmpname deprecated in Psh/OS.pm #14

kentfredric opened this issue Jan 22, 2017 · 1 comment

Comments

@kentfredric
Copy link

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
Copy link
Author

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%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant