From: Thomas Heck Date: Mon, 6 Jan 2014 14:59:06 +0000 (+0100) Subject: "modules/*/" in "scripts/locales.pl" laden X-Git-Tag: release-3.1.0beta1~22^2~53^2~2^2^2 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/7cdfd5a99ff337d662e82ac1190f1d0b099eb2aa?hp=--cc "modules/*/" in "scripts/locales.pl" laden fixt #2413 --- 7cdfd5a99ff337d662e82ac1190f1d0b099eb2aa diff --git a/scripts/locales.pl b/scripts/locales.pl index 714953194..cd5fe41b9 100755 --- a/scripts/locales.pl +++ b/scripts/locales.pl @@ -9,6 +9,11 @@ use utf8; use strict; +BEGIN { + 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 Carp; use Cwd; use Data::Dumper;