Bug#1054654: Acknowledgement (Tries to use LWP::Debug::trace which is long gone from libwww-perl)

Sven Hartge sven at svenhartge.de
Fri Oct 27 13:41:23 BST 2023


Hello,

I misinterpreted the error.

LWP::Debug::trace() still exists, but one needs to explicitly add

use LWP::Debug;

to the code to be able to use it. 

Either way, the code is still very old, broken in the default state, 
LWP::Debug only exists for legacy code and should not be used anymore (as 
per its own dicumentation) and a working alternative exists for 
LWP::Protocol::http::SocketUnix exists, my suggestion and the graveness of 
this bug is still valid.

Grüße,
Sven.



More information about the pkg-perl-maintainers mailing list