diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-15 09:56:14 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-15 09:56:14 +0100 |
commit | 67bc6ab2afa8781847ab990ea825b753f96f154e (patch) | |
tree | c30afdb39018f2446b7df9c048f6bc0302a43a28 | |
parent | 0c9c89c60033f7dc1e9251ab21b31d6d45174244 (diff) | |
download | sbotools2-67bc6ab2afa8781847ab990ea825b753f96f154e.tar.xz |
travis.t: Capture::Tiny needs to be tols what to export
-rwxr-xr-x | t/travis.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') { |