Subject: | Test fail if Text::Soundex is not installed |
On some of my smokers the t/flags.t test fails, probably because Text::Soundex is not installed:
...
Class "User1": Evaluation failed (problem in Class::Generate?)
Can't locate Text/Soundex.pm in @INC (you may need to install the Text::Soundex module) (@INC contains: ./t /home/cpansand/.cpan/build/2018052312/Class-Generate-1.16-xRyYk5/blib/lib /home/cpansand/.cpan/build/2018052312/Class-Generate-1.16-xRyYk5/blib/arch /usr/perl5.22.4d/lib/site_perl/5.22.4/amd64-freebsd /usr/perl5.22.4d/lib/site_perl/5.22.4 /usr/perl5.22.4d/lib/5.22.4/amd64-freebsd /usr/perl5.22.4d/lib/5.22.4 .) at line 3.
BEGIN failed--compilation aborted at (eval 23) line 3.
use Text::Soundex;
use Text::Tabs;
use Carp;
at t/flags.t line 46.
t/flags.t ..............
Failed 1/15 subtests
...