bioperl-live icon indicating copy to clipboard operation
bioperl-live copied to clipboard

New warnings with perl 5.41.x

Open eserte opened this issue 1 year ago • 5 comments

With perl 5.41.4 I see the following new (non-fatal) warnings while running the test suite:

Attempt to call undefined import method with arguments ("dumpValue") via package "Dumpvalue" (Perhaps you forgot to load the package?) at /home/cpansand/.cpan/build/2024101810/BioPerl-1.7.8-1/blib/lib/Bio/Tools/Alignment/Consed.pm line 114.
Attempt to call undefined import method with arguments ("new") via package "Bio::SearchIO" (Perhaps you forgot to load the package?) at bin/bp_find-blast-matches line 120.Attempt to call undefined import method with arguments ("new") via package "Bio::Seq" (Perhaps you forgot to load the package?) at bin/bp_find-blast-matches line 121.Attempt to call undefined import method with arguments ("new") via package "Bio::SeqIO" (Perhaps you forgot to load the package?) at bin/bp_find-blast-matches line 122. at t/00-compile.t line 596, <GEN1916> line 4.
t/00-compile.t ...................... ok

eserte avatar Oct 18 '24 20:10 eserte