added the proper use statement
This commit is contained in:
parent
11eced8c31
commit
9490c68ef5
1 changed files with 1 additions and 0 deletions
1
t/Stow.t
1
t/Stow.t
|
|
@ -12,6 +12,7 @@
|
|||
use strict;
|
||||
use lib '../lib';
|
||||
use Getopt::Long;
|
||||
use WebGUI::Session;
|
||||
# ---- END DO NOT EDIT ----
|
||||
use Test::More tests => 1; # increment this value for each test you create
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue