BackupPC Has qw(…) Warnings Since Upgrading Perl
So since upgrading Perl I am presented with qw warnings coming out of the cron job checking that BackupPC is running. Use of qw(…) as parentheses is deprecated at /usr/share/BackupPC/lib/BackupPC/Storage/Text.pm line 301. Use of qw(…) as parentheses is deprecated at /usr/share/BackupPC/lib/BackupPC/Lib.pm line 1412. The way to get rid of these warnings is to enclose qw in parentheses and Perl processes… Continue reading BackupPC Has qw(…) Warnings Since Upgrading Perl