projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Versionsnummer 3.5.0 für die Dokumentation
[kivitendo-erp.git]
/
t
/
Support
/
CanonialGlobals.pm
1
package Support::CanonialGlobals;
2
3
our @globals = qw(
4
$::lxdebug
5
$::auth
6
%::myconfig
7
$::form
8
%::lx_office_conf
9
$::locale
10
$::dispatcher
11
$::instance_conf
12
%::request
13
);
14
15
sub import {
16
eval "$_" for @globals;
17
}