Subject: | Can't locate Bio/GeneDesign/ConfigData.pm |
On some of my smoker systems the test suite fails like this:
...
# Failed test 'use Bio::GeneDesign;'
# at t/00-load.t line 9.
# Tried to use 'Bio::GeneDesign'.
# Error: Can't locate Bio/GeneDesign/ConfigData.pm in @INC (you may need to install the Bio::GeneDesign::ConfigData module) (@INC contains: ...) at /home/cpansand/.cpan/build/2020062114/Bio-GeneDesign-5.56-0/blib/lib/Bio/GeneDesign.pm line 24.
# BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2020062114/Bio-GeneDesign-5.56-0/blib/lib/Bio/GeneDesign.pm line 24.
# Compilation failed in require at t/00-load.t line 9.
# BEGIN failed--compilation aborted at t/00-load.t line 9.
# Looks like you failed 1 test of 10.
t/00-load.t ...............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/10 subtests
... (etc) ...