From b8cbf7d3cbc75c1ff959e520346133cefc320268 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Wed, 3 Aug 2016 00:12:19 +0200 Subject: Test::Sbotools: need to load Capture::Tiny and Test::Exit now --- t/Test/Sbotools.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 't/Test/Sbotools.pm') 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 -- cgit v1.2.3