added the proper use statement

This commit is contained in:
JT Smith 2006-01-14 23:08:12 +00:00
parent 11eced8c31
commit 9490c68ef5

View file

@ -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