Subject: | Can't locate object method "new" via package "Text::CSV_XS" |
On at least one of my smokers I see the following test failure:
...
[WARN] the method _getPeak_ANNOTATION_IN_NEG_MODE can't _getPeak a undef or null string value
[WARN] the method _getPeak_ANNOTATION_IN_POS_MODE can't _getPeak a undef or null string value
[WARN] the method _getPeak_ANNOTATION_IN_NEG_MODE can't _getPeak a undef or null string value
[WARN] the method _getPeak_ANNOTATION_TYPE can't _getPeak a undef or void string value
[WARN] the method _getPeak_ANNOTATION_IN_NEG_MODE can't _getPeak a undef or null string value
[WARN] the method _getPeak_ANNOTATION_IN_POS_MODE can't _getPeak a undef or null string value
Can't locate object method "new" via package "Text::CSV_XS" (perhaps you forgot to load "Text::CSV_XS"?) at /home/cpansand/.cpan/build/2020011418/Metabolomics-Fragment-Annotation-0.2-0/t/../lib/Metabolomics/Fragment/Annotation.pm line 202.
BEGIN failed--compilation aborted at t/Fragment-Annotation.t line 888.
# Looks like your test exited with 255 just after 9.
t/Fragment-Annotation.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 9/18 subtests
...
Text::CSV is declared as a prereq and installed, so probably this module and not Text::CSV_XS should be used (or alternatively the declaration should be changed).