Hi Ged,
$ grep -n 'my $d = Data::Dumper->new'
/usr/local/BackupPC/lib/BackupPC/Storage/Text.pm
379: my $d = Data::Dumper->new([$newConf->{$var}], [*value]);
413: my $d = Data::Dumper->new([$newConf->{$var}], [*value]);
Ouch. I haven't even noticed that there are two occurencies, the one I
patched was enough for what I was doing.
Both should be corrected in the same way, i.e. no second call argument.
Thanks,
Iosif
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/