"modules/*/" in "scripts/locales.pl" laden
authorThomas Heck <theck@linet-services.de>
Mon, 6 Jan 2014 14:59:06 +0000 (15:59 +0100)
committerThomas Heck <theck@linet-services.de>
Mon, 6 Jan 2014 15:00:23 +0000 (16:00 +0100)
fixt #2413

scripts/locales.pl

index 7149531..cd5fe41 100755 (executable)
@@ -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;