neue kanonische globale Variable "instance_conf"
authorSven Schöling <s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:45:35 +0000 (11:45 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Wed, 14 Sep 2011 09:45:35 +0000 (11:45 +0200)
t/structure/globals.t

index 950cf11..7b5aa06 100644 (file)
@@ -7,7 +7,7 @@ use Support::Files;
 my (@globals, $testcount);
 
 BEGIN {
-  @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale called_subs dispatcher);
+  @globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale called_subs dispatcher instance_conf);
   $testcount = scalar(@Support::Files::testitems);
 }