Entry tags:
Heads up: Ubuntu 9.10, errors with LWPx::ParanoidAgent and LWP::Debug
I've been getting this error message on my dev env, running 9.10, when I try to do something that connects to an outside website (such as importing icons):
"Undefined subroutine &LWP::Debug::debug called at /home/afuna/dw/cgi-bin/LWPx/ParanoidAgent.pm line 392. "
It looks like LWP::Debug was deprecated in the latest version of libwww-perl. Commenting out all the lines with LWP::Debug::debug and LWP::Debug::trace (in $LJHOME/cgi-bin/LWPx/ParanoidAgent.pm) makes things work again.
"Undefined subroutine &LWP::Debug::debug called at /home/afuna/dw/cgi-bin/LWPx/ParanoidAgent.pm line 392. "
It looks like LWP::Debug was deprecated in the latest version of libwww-perl. Commenting out all the lines with LWP::Debug::debug and LWP::Debug::trace (in $LJHOME/cgi-bin/LWPx/ParanoidAgent.pm) makes things work again.

no subject