diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/test.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |