projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0451bb9
)
Neue Modulpfade.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 1 Nov 2007 16:52:00 +0000
(16:52 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 1 Nov 2007 16:52:00 +0000
(16:52 +0000)
kopf.pl
patch
|
blob
|
history
diff --git
a/kopf.pl
b/kopf.pl
index
bae3cdc
..
5ee9f2f
100755
(executable)
--- a/
kopf.pl
+++ b/
kopf.pl
@@
-2,7
+2,8
@@
#
BEGIN {
- push(@INC, "modules");
+ unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML).
+ push @INC, "modules/fallback"; # Only use our own versions of modules if there's no system version.
}
use SL::LXDebug;