]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/installation_check.pl
API-Anpassung für $form->show_generic_error(): Man kann einen JavaScript-"Zurück...
[mfinanz.git] / scripts / installation_check.pl
index 875c5651ddf4f7c4d8eb92e0dd64fd1ae66e351d..306156b21ffa59998e41135fa062c83942d98a95 100755 (executable)
@@ -1,5 +1,10 @@
 #!/usr/bin/perl -w
 
+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 SL::InstallationCheck;
 
 $| = 1;