From 9490c68ef502acc7a3251f286cafab7e1e027b29 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sat, 14 Jan 2006 23:08:12 +0000 Subject: [PATCH] added the proper use statement --- t/Stow.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Stow.t b/t/Stow.t index e4558f705..3b2450a8a 100644 --- a/t/Stow.t +++ b/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