The warnings can be suppressed by adding "no warnings 'deprecated';" to
the beginning on each file that has the qw(...) code.
This change can be scripted by running:
grep -ril 'qw(' /usr/share/backuppc/lib/BackupPC/|while read file;
do sed -i "1i no warnings 'deprecated';" $file; done
-
Package: backuppc
Version: 3.2.1-2
Severity: important
I get these errors whenever running tarCreate/tarExtract
I think these started happening about 2 weeks ago after a perl upgrade
tarExtract: Use of qw(...) as parentheses is deprecated at
/usr/share/backuppc/lib/BackupPC/Storage/Text.pm line 3
2 matches
Mail list logo