From 67bc6ab2afa8781847ab990ea825b753f96f154e Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Tue, 15 Dec 2015 09:56:14 +0100 Subject: travis.t: Capture::Tiny needs to be tols what to export --- t/travis.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') { -- cgit v1.2.3