Netdot icon indicating copy to clipboard operation
Netdot copied to clipboard

Modern perl complains if you assign where it expects a boolean

Open mattiasa opened this issue 6 years ago • 1 comments

After upgrading to Ubuntu 18.04 with perl 5.26.1-6 I started getting warnings from all netdot scripts including exporter.pl which I run from cron:

Found = in conditional, should be == at /usr/local/netdot/lib/Netdot/Model/Device.pm line 4335.
Found = in conditional, should be == at /usr/local/netdot/lib/Netdot/Model/Device.pm line 5340.

This patch silences those errors in a way which I believe follows the original intent.

mattiasa avatar May 05 '18 19:05 mattiasa

I'm having this warnings too. perl v5.28.1.

nicolatron avatar Jun 17 '20 08:06 nicolatron