Subject: | login() die on failure. |
Distribution: gentoo linux
Perl : 5.8.8
OS : Linux stateoftheart 2.6.32-gentoo-r7 #13 SMP PREEMPT Wed
Jul 28 00:23:18 CEST 2010 i686 Intel(R) Atom(TM) CPU N270 @ 1.60GHz
GenuineIntel GNU/Linux
When an error prevent login() to connect, instead of returning 0( as
written in the documentation ), it die.
I could correct that by setting ErrMode to 'return' in Client.pm line 176.
It was previously unset.