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.