Bug#670246: smbldap-tools: deprecated use of qw() means all tools fail

2012-04-26 Thread TreeBoy
Package: smbldap-tools Version: 0.9.7-1 Followup-For: Bug #670246 Dear Maintainer, I've found the relevant fix: all that has to be done is to insert the qw() in parentheses of its own. i.e. qw() becomes (qw()) In this case the relevant line changes from: for my $sig_name qw(ALRM INT HUP QUIT

Bug#670246: smbldap-tools: deprecated use of qw() means all tools fail

2012-04-24 Thread TreeBoy
Package: smbldap-tools Version: 0.9.7-1 Severity: important Dear Maintainer, Unable to use any of the tools as they all produce a Perl error: Use of qw(...) as parentheses is deprecated at /usr/share/perl5/smbldap_tools.pm line 1423 Don't know when this use of qw was deprecated, but it is defi