Use correct path to get to WebGUI::Test
This commit is contained in:
parent
092e3502c2
commit
32a75ebe38
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
use FindBin;
|
||||
use strict;
|
||||
use lib "$FindBin::Bin/lib";
|
||||
use lib "$FindBin::Bin/../lib";
|
||||
use Test::More;
|
||||
use Test::Deep;
|
||||
use WebGUI::Test; # Must use this before any other WebGUI modules
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue