diff options
| -rw-r--r-- | t/Test/Sbotools.pm | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/t/Test/Sbotools.pm b/t/Test/Sbotools.pm index ab7468c..659b6cc 100644 --- a/t/Test/Sbotools.pm +++ b/t/Test/Sbotools.pm @@ -7,6 +7,8 @@ use Exporter 'import';  use Test::More;  use Test::Execute;  use FindBin '$RealBin'; +use Capture::Tiny 'capture_merged'; +use Test::Exit;  use lib "$RealBin/../SBO-Lib/lib";  # From Test::Execute | 
