sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit b8cbf7d3cbc75c1ff959e520346133cefc320268
parent 0181216222989429b67c7c3255a7b505b1d5569b
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Wed,  3 Aug 2016 00:12:19 +0200

Test::Sbotools: need to load Capture::Tiny and Test::Exit now

Diffstat:
Mt/Test/Sbotools.pm | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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