Bug#339311: libnet-ldap-perl: Argument isn't numeric in addition

2005-11-19 Thread Graham Barr
On Nov 15, 2005, at 10:50 AM, Yann Forget wrote: Hi, Graham Barr a écrit : I do not see any addition at line 406 of the code. Is Net::LDAP modified in the debian installation ? What code is at line 406 in your installation. line 406 is: $stash{scope} = 0 + (exists $scope{$sc} ?

Bug#339311: libnet-ldap-perl: Argument isn't numeric in addition

2005-11-15 Thread Yann Forget
Package: libnet-ldap-perl Version: 1:0.33-2 Severity: normal Hi, While using smbldap-tools (version 0.9.1-2 from testing), I got # smbldap-usershow user Argument isn't numeric in addition (+) at /usr/share/perl5/Net/LDAP.pm line 406. Thanks, Yann -- System Information: Debian Release: 3.1

Bug#339311: libnet-ldap-perl: Argument isn't numeric in addition

2005-11-15 Thread Florian Ragwitz
Hello Graham, a user of the debian package of Net::LDAP, which I maintain, reported the following bug to me. Please take a look at it and see how it could be fixed. Please also keep Cc'ing [EMAIL PROTECTED] and the submitter of the bug. TIA, Flo, On Tue, Nov 15, 2005 at 01:37:52PM +0100, Yann

Bug#339311: libnet-ldap-perl: Argument isn't numeric in addition

2005-11-15 Thread Graham Barr
I do not see any addition at line 406 of the code. Is Net::LDAP modified in the debian installation ? What code is at line 406 in your installation. It would also be useful to know what arguments are being passed to the Net::LDAP method that results in this warning. Graham. On Tue, November 15,

Bug#339311: libnet-ldap-perl: Argument isn't numeric in addition

2005-11-15 Thread Yann Forget
Hi, Graham Barr a écrit : I do not see any addition at line 406 of the code. Is Net::LDAP modified in the debian installation ? What code is at line 406 in your installation. line 406 is: $stash{scope} = 0 + (exists $scope{$sc} ? $scope{$sc} : $sc); It is the standard debian package, not