aboutsummaryrefslogtreecommitdiff
path: root/t/test.t
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-06 04:14:07 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-06 04:14:07 +0100
commit601c29e0e9364b9b4500e24f37118ed3cf7f6630 (patch)
tree3ab4f364337c1d858cd1e8ed72c8cfb78b158a9f /t/test.t
parent2cd32e7247f1babad2726551a43b521a91bc76f4 (diff)
downloadsbotools2-601c29e0e9364b9b4500e24f37118ed3cf7f6630.tar.xz
Change from @EXPORT to @EXPORT_OK
Diffstat (limited to 't/test.t')
-rwxr-xr-xt/test.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test.t b/t/test.t
index f2031e7..58d3237 100755
--- a/t/test.t
+++ b/t/test.t
@@ -8,7 +8,7 @@ use Test::More;
use File::Copy;
use Text::Diff;
use lib ".";
-use SBO::Lib;
+use SBO::Lib qw/ :all /;
chomp(my $pwd = `pwd`);
my $sbo_home = "$pwd/sbo";