Skip Menu |

This queue is for tickets about the WWW-Hanako CPAN distribution.

Report information
The Basics
Id: 43565
Status: resolved
Priority: 0/
Queue: WWW-Hanako

People
Owner: hamano [...] klab.org
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.03
Fixed in: 0.05



Subject: Undeclared dependencies
Cpantesters found all of these: Can't locate LWP/UserAgent.pm Can't locate WWW/Mechanize.pm Can't locate Web/Scraper.pm which means you could probably get rid of all FAIL reports by supplying three prerequisite declarations, ie. something like - PREREQ_PM => {}, # e.g., Module::Name => 1.1 + PREREQ_PM => { + LWP::UserAgent => 0, + WWW::Mechanize => 0, + Web::Scraper => 0, + }, or similar. Thanks,
Thanx for your comment.