Zwei weitere globals die ok sind.
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 15 Apr 2011 09:52:08 +0000 (11:52 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 15 Apr 2011 09:52:08 +0000 (11:52 +0200)
t/structure/globals.t

index b1b351f..950cf11 100644 (file)
@@ -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);
 }