-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
... deprecated syntax ... lib/OTrace.pm line 415, 416 #142
Comments
Bug in OTrace.pm which uses RegEx syntax supported by Perl > v5.22.0 |
should be fixed in lib/OTrace.pm. |
I updated lib/OTrace.pm and here is what I have now running
Knowing that I have this same result for both |
grrr, I hate git(hub), does not honor file bits properly ... please do I've opened issue 143 for that. |
this tool works completely in user space, no root privileges required at all ;-) |
Here what I have after having done the chmod :
|
ok, and what is the question with that? |
There's none. |
ok, I see the message needs to be improved;-) |
Message |
as reported by @kylak in issue 137:
executed
?./o-saft.pl --version
and got:= Required (and used) Modules = = module name VERSION found in = ----------------------+--------+------------------------------------------ IO::Socket::INET 1.33 /usr/lib64/perl5/IO/Socket/INET.pm IO::Socket::SSL 1.94 /usr/share/perl5/vendor_perl/IO/Socket/SSL.pm Time::Local 1.2300 /usr/share/perl5/vendor_perl/Time/Local.pm Net::DNS 0.72 /usr/lib64/perl5/vendor_perl/Net/DNS.pm Net::SSLeay 1.55 /usr/lib64/perl5/vendor_perl/Net/SSLeay.pm Ciphers 24.06.24 lib/Ciphers.pm OCfg 24.06.24 lib/OCfg.pm OData 24.06.24 lib/OData.pm ODoc 24.06.24 <<not loaded>> error_handler 24.01.24 lib/error_handler.pm SSLinfo 24.06.24 lib/SSLinfo.pm SSLhello 24.06.24 lib/SSLhello.pm OMan 24.06.24 <<not loaded>> OText 24.06.24 lib/OText.pm Having no space between pattern and following word is deprecated at lib/OTrace.pm line 415. Bareword found where operator expected at lib/OTrace.pm line 415, near "s/(}[;,])?\s*$//gn" Unquoted string "n" may clash with future reserved word at lib/OTrace.pm line 415. Having no space between pattern and following word is deprecated at lib/OTrace.pm line 416. Bareword found where operator expected at lib/OTrace.pm line 416, near "s/use\s*(strict|warnings);//gn" Unquoted string "n" may clash with future reserved word at lib/OTrace.pm line 416. syntax error at lib/OTrace.pm line 415, near "s/(}[;,])?\s*$//gn" syntax error at lib/OTrace.pm line 416, near "s/use\s*(strict|warnings);//gn" Execution of lib/OTrace.pm aborted due to compilation errors. OTrace <<not loaded>> OUsr 24.06.24 <<not loaded>> !!Hint: use '--v' to get list of all modules
The text was updated successfully, but these errors were encountered: