noxxi / p5-io-socket-ssl

IO::Socket::SSL Perl Module
36 stars 60 forks source link

Use of uninitialized value $2 in concatenation (.) or string at /usr/local/lib/perl5/site_perl/IO/Socket/SSL.pm line 792. #126

Closed BeerStud closed 1 year ago

BeerStud commented 1 year ago

FreeBSD.1-RELEASE-p6 GENERIC amd64

After a recent update, I began noticing the following message in the daily run output when running "ddclient":

Forcing ddclient update: Use of uninitialized value $2 in concatenation (.) or string at /usr/local/lib/perl5/site_perl/IO/Socket/SSL.pm line 792.

All of the UPDATES do succeed, though.

noxxi commented 1 year ago

This is likely because some -w command line is enforcing use warnings to all of the modules included in ddclient instead of letting each module decide by its own if warnings should be applied or not.

noxxi commented 1 year ago

should be solved by locally disabling warnings: 8509e26