Skip Menu |

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

Report information
The Basics
Id: 117907
Status: new
Priority: 0/
Queue: WWW-Dict

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.0.1
Fixed in: (no value)



Subject: Recursive dependency in tests
The t/01.load-dict.t seems to assume that WWW::Dict::Zdic is already installed, otherwise it fails: Can't locate WWW/Dict/Zdic.pm in @INC (you may need to install the WWW::Dict::Zdic module) (@INC contains: ...) at /tmpfs/.cpan-build-cpansand/2016091706/WWW-Dict-0.0.1-0/blib/lib/WWW/Dict.pm line 15. # Looks like your test exited with 2 before it could output anything. t/01.load-dict.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 1/1 subtests But WWW::Dict::Zdic itself depends on WWW::Dict, so currently installation of either is impossible.