Subject: | Undeclared dependency Text::CSV_XS |
t/50-validation.t fails if Text::CSV_XS is not installed:
...
Can't locate Text/CSV_XS.pm in @INC (you may need to install the Text::CSV_XS module) (@INC contains: ... .) at /usr/share/perl5/Module/Runtime.pm line 317.
# Child (validation_die) exited without calling finalize()
# Failed test 'validation_die'
# at /usr/share/perl/5.24/Test/Builder.pm line 279.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 2 just after 2.
t/50-validation.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/2 subtests
...