-
Notifications
You must be signed in to change notification settings - Fork 77
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::tmpnam() is deprecated in Perl 5.22.0 #103
Comments
I fixed it via the following: in /usr/local/bin/csshX change |
This has been fixed in the following fork version. https://github.com/parera10/csshx The fork version can be installed with hombrew tap. |
Thank you guys! It's working fine for MAC OS Ventura as well. |
What do I do if I installed csshx via homebrew and the path is /opt/homebrew/bin/csshx? (I'm on MacOS Ventura) I tried:
but it's still giving me: This is what my csshx looks like: |
After making the suggested change above, the aforementioned errors went away, but I am now faced with:
Any ideas? |
@kayatomic Just in case if you were unable to resolve this; you might need to check the same at line 1131. |
@wolf3142 @code-for-practice Try adding this line for uname(). |
I installed csshx using brew and it was working pretty good, un till I upgraded my MacOS. So I did the changes in the csshX file as mentioned
However I am getting this below error now, I see this in csshX Can anyone help me how can I install this Foundation module into perl? |
Perl update: http://perl11.org/pod/perl5251delta.html
The text was updated successfully, but these errors were encountered: