aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-03 00:12:19 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-03 00:12:19 +0200
commitb8cbf7d3cbc75c1ff959e520346133cefc320268 (patch)
tree496e9ec91814423da042bda3ca046cebf68a35db
parent0181216222989429b67c7c3255a7b505b1d5569b (diff)
downloadsbotools2-b8cbf7d3cbc75c1ff959e520346133cefc320268.tar.xz
Test::Sbotools: need to load Capture::Tiny and Test::Exit now
-rw-r--r--t/Test/Sbotools.pm2
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