Subject: | Undeclared dependency IPC::Run |
t/SABlastPlus.t fails if IPC::Run is not installed:
...
# Failed test 'use Bio::Tools::Run::StandAloneBlastPlus;'
# at t/SABlastPlus.t line 15.
# Tried to use 'Bio::Tools::Run::StandAloneBlastPlus'.
# Error: Can't locate IPC/Run.pm in @INC (you may need to install the IPC::Run module) (@INC contains: ../../.. ../../../.. ../lib ... .) at /tmpfs/.cpan-build-cpansand/2017091521/BioPerl-Run-1.007002-Y3ZYcq/blib/lib/Bio/Tools/Run/WrapperBase/CommandExts.pm line 417.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017091521/BioPerl-Run-1.007002-Y3ZYcq/blib/lib/Bio/Tools/Run/WrapperBase/CommandExts.pm line 417.
# Compilation failed in require at /tmpfs/.cpan-build-cpansand/2017091521/BioPerl-Run-1.007002-Y3ZYcq/blib/lib/Bio/Tools/Run/BlastPlus.pm line 84.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017091521/BioPerl-Run-1.007002-Y3ZYcq/blib/lib/Bio/Tools/Run/BlastPlus.pm line 84.
# Compilation failed in require at /tmpfs/.cpan-build-cpansand/2017091521/BioPerl-Run-1.007002-Y3ZYcq/blib/lib/Bio/Tools/Run/StandAloneBlastPlus/BlastMethods.pm line 179.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017091521/BioPerl-Run-1.007002-Y3ZYcq/blib/lib/Bio/Tools/Run/StandAloneBlastPlus/BlastMethods.pm line 179.
# Compilation failed in require at /tmpfs/.cpan-build-cpansand/2017091521/BioPerl-Run-1.007002-Y3ZYcq/blib/lib/Bio/Tools/Run/StandAloneBlastPlus.pm line 427.
# BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2017091521/BioPerl-Run-1.007002-Y3ZYcq/blib/lib/Bio/Tools/Run/StandAloneBlastPlus.pm line 427.
# Compilation failed in require at t/SABlastPlus.t line 15.
# BEGIN failed--compilation aborted at t/SABlastPlus.t line 15.
# Failed test 'use Bio::Tools::Run::WrapperBase::CommandExts;'
# at t/SABlastPlus.t line 17.
# Tried to use 'Bio::Tools::Run::WrapperBase::CommandExts'.
# Error: Attempt to reload Bio/Tools/Run/WrapperBase/CommandExts.pm aborted.
# Compilation failed in require at t/SABlastPlus.t line 17.
# BEGIN failed--compilation aborted at t/SABlastPlus.t line 17.
Can't locate object method "new" via package "Bio::Tools::Run::BlastPlus" at t/SABlastPlus.t line 21.
# Looks like your test exited with 255 just after 3.
t/SABlastPlus.t ...............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 72/73 subtests
...