-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> Line 586 of XML_Client.pm contains this:
> if ( $prompt->{response_code} == 555 ) {
You can modify this line to read:
if (exists $prompt->{response_code} and $prompt->{response_code} == 555 ) {
This should remove the warning.
Leonid
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE8H94+RrKFtN3cJpMRAtQHAKDJLxnoAILaVT9lTxPxnv+UKAYhLgCg7JZx
V5ppTtFmWLZsIQLZhreWSCc=
=nZgd
-----END PGP SIGNATURE-----