Subject: | Undeclared dependency Text::Soundex (or missing skip) |
It seems that Text::Soundex was removed from the perl core, probably in perl 5.20 or so (though a perldelta entry is missing). This means the test suite may fail if Text::Soundex was not installed afterwards:
...
Problem while AuyLoader was trying to use 'Text::Soundex' for 'soundex': Can't locate Text/Soundex.pm in @INC (you may need to install the Text::Soundex module) (@INC contains: /home/cpansand/.cpan/build/2017070421/AnyLoader-0.04-6CMBVr/t /home/cpansand/.cpan/build/2017070421/AnyLoader-0.04-6CMBVr/blib/lib /home/cpansand/.cpan/build/2017070421/AnyLoader-0.04-6CMBVr/blib/arch /opt/perl-5.22.3D/lib/site_perl/5.22.3/x86_64-linux-ld /opt/perl-5.22.3D/lib/site_perl/5.22.3 /opt/perl-5.22.3D/lib/5.22.3/x86_64-linux-ld /opt/perl-5.22.3D/lib/5.22.3 .) at (eval 2) line 1.
at t/AnyLoader.t line 52.
t/AnyLoader.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/7 subtests
...