diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-03 00:12:19 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-03 00:12:19 +0200 |
commit | b8cbf7d3cbc75c1ff959e520346133cefc320268 (patch) | |
tree | 496e9ec91814423da042bda3ca046cebf68a35db /t/Test/Sbotools.pm | |
parent | 0181216222989429b67c7c3255a7b505b1d5569b (diff) | |
download | sbotools2-b8cbf7d3cbc75c1ff959e520346133cefc320268.tar.xz |
Test::Sbotools: need to load Capture::Tiny and Test::Exit now
Diffstat (limited to 't/Test/Sbotools.pm')
-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 |