aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 09:56:14 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-15 09:56:14 +0100
commit67bc6ab2afa8781847ab990ea825b753f96f154e (patch)
treec30afdb39018f2446b7df9c048f6bc0302a43a28
parent0c9c89c60033f7dc1e9251ab21b31d6d45174244 (diff)
downloadsbotools2-67bc6ab2afa8781847ab990ea825b753f96f154e.tar.xz
travis.t: Capture::Tiny needs to be tols what to export
-rwxr-xr-xt/travis.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/travis.t b/t/travis.t
index 3de3512..6257ed4 100755
--- a/t/travis.t
+++ b/t/travis.t
@@ -4,7 +4,7 @@ use 5.16.0;
use strict;
use warnings FATAL => 'all';
use Test::More;
-use Capture::Tiny;
+use Capture::Tiny qw/ capture_merged /;
use FindBin '$RealBin';
if (defined $ENV{TRAVIS} and $ENV{TRAVIS} eq 'true') {