After upgrading Perl from version 5.36 0 to version 5.38.2, loads of warnings are emitted, like these:
$ mailagent -d 2>&1 >/dev/null
Old package separator "'" deprecated at /usr/bin/mailagent line 248.
Old package separator used in string at /usr/bin/mailagent line 258.
(Did you mean "$cf\'home" instead?)
[…]
Old package separator "'" deprecated at (eval 80) line 1, <DATA> chunk 565.
Old package separator "'" deprecated at (eval 81) line 1.
Old package separator "'" deprecated at (eval 81) line 1.
Above is only a small fraction of the > 2000 messages that I got.
Is there any chance to have this fixed, before the old, deprecated package separator stops working in a future version of Perl?
After upgrading Perl from version 5.36 0 to version 5.38.2, loads of warnings are emitted, like these:
Above is only a small fraction of the > 2000 messages that I got.
Is there any chance to have this fixed, before the old, deprecated package separator stops working in a future version of Perl?