From 1b8b90c0a5825e9ba3e70b228eaa55ed5030ca1b Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Mon, 12 Jul 2010 14:25:59 -0500 Subject: [PATCH] fix WebGUI::Paths test --- t/Paths.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Paths.t b/t/Paths.t index 323ebe95c..0c2220e70 100644 --- a/t/Paths.t +++ b/t/Paths.t @@ -15,7 +15,7 @@ my @pathMethods = qw( extras defaultUploads defaultCreateSQL - var + share ); can_ok 'WebGUI::Paths', @pathMethods;