Subject: | Undeclared dependency on LWP::Debug |
As the subject says:)
% grep -rn LWP::Debug . | head -n 5
./SocksChain10.pm:20:require LWP::Debug;
./SocksChain10.pm:108: #LWP::Debug::trace('()');
./SocksChain10.pm:175: LWP::Debug::conns($buf);
./SocksChain10.pm:188: LWP::Debug::conns($buf);
./SocksChain10.pm:200: LWP::Debug::conns($$cont_ref);
% grep -A 5 require META.yml
requires:
Net::SC: 1.11
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
version: 1.3
Example for a failing test:
http://www.nntp.perl.org/group/perl.cpan.testers/2009/11/msg6070745.html
HTH && Regards,
PS: Same bug report could be written for LWP-Protocol-http-SocksChain