Subject: | Undeclared dependencies |
t/inflect.t and t/numwords.t fail if some dependencies are not installed:
...
Can't locate Lingua/EN/Nums2Words.pm in @INC (you may need to install the Lingua::EN::Nums2Words module) (@INC contains: ... .) at /tmpfs/.cpan-build-cpansand/2017052718/Lingua-EN-Inflexion-0.001000-hcPAAx/blib/lib/Lingua/EN/Inflexion/Term.pm line 160.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 10.
t/inflect.t ................
Dubious, test returned 2 (wstat 512, 0x200)
All 10 subtests passed
...
Can't locate Lingua/EN/Nums2Words.pm in @INC (you may need to install the Lingua::EN::Nums2Words module) (@INC contains: ... .) at /tmpfs/.cpan-build-cpansand/2017052718/Lingua-EN-Inflexion-0.001000-hcPAAx/blib/lib/Lingua/EN/Inflexion/Term.pm line 160.
# Looks like your test exited with 2 before it could output anything.
t/numwords.t ...............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 547/547 subtests
...
At least Lingua::EN::Nums2Words and Lingua::EN::Words2Nums seem to be missing as prerequisites.