Hi,
In t/local/httpsub.t there is a
use Data::Dump;
and in my perl installation there is no Data::Dump so the test fails. It seems that Data::Dump is not in the standard perl distro either. After installing this module the tests passed correctly.
Should it be a prerequisite of libwww-perl or should the the specific test check for its existence and skip its test if the module is missing ?
Gabor