commit 67bc6ab2afa8781847ab990ea825b753f96f154e
parent 0c9c89c60033f7dc1e9251ab21b31d6d45174244
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Tue, 15 Dec 2015 09:56:14 +0100
travis.t: Capture::Tiny needs to be tols what to export
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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') {