Revision 99ed8abf
Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt
scripts/dbupgrade2_tool.pl | ||
---|---|---|
6 | 6 |
exit(1); |
7 | 7 |
} |
8 | 8 |
|
9 |
push(@INC, "modules"); |
|
9 |
unshift @INC, "modules/YAML"; # Use our own version of YAML. |
|
10 |
push @INC, "modules"; # Only use our own versions of modules if there's no system version. |
|
10 | 11 |
} |
11 | 12 |
|
12 | 13 |
use English '-no_match_vars'; |
Auch abrufbar als: Unified diff
Import der aktuellen Version des YAML-Moduls 0.62 in Lx-Office. Unsere eigene Version wird der im System installierten bevorzugt. Grund sind Bugs in älteren Versionen, die sich nicht anders umgehen lassen.
Beispiel eines Bugs in Version 0.3x: YAML::Load(YAML::Dump('>test.pdf'));