From 593510b54fe041deaba815455384e353f35c9dd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 15 Apr 2011 11:52:08 +0200 Subject: [PATCH] Zwei weitere globals die ok sind. --- t/structure/globals.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/structure/globals.t b/t/structure/globals.t index b1b351f7a..950cf1183 100644 --- a/t/structure/globals.t +++ b/t/structure/globals.t @@ -7,7 +7,7 @@ use Support::Files; my (@globals, $testcount); BEGIN { - @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale); + @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale called_subs dispatcher); $testcount = scalar(@Support::Files::testitems); } -- 2.20.1