aboutsummaryrefslogtreecommitdiff
path: root/t/test.t
diff options
context:
space:
mode:
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";