Revision c13acbec
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
t/structure/globals.t | ||
---|---|---|
7 | 7 |
my (@globals, $testcount); |
8 | 8 |
|
9 | 9 |
BEGIN { |
10 |
@globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale called_subs dispatcher instance_conf);
|
|
10 |
@globals = qw(lxdebug auth myconfig form cgi lx_office_conf locale dispatcher instance_conf); |
|
11 | 11 |
$testcount = scalar(@Support::Files::testitems); |
12 | 12 |
} |
13 | 13 |
|
Auch abrufbar als: Unified diff
::called_subs ersatzlos gestrichen.
call_sub Rekursionen sind nicht mehr aufgetreten seit das System eingebaut
wurde, kein Grund auf Verdacht darauf zu prüfen.