Include Modifikationen sind hier nicht nötig.
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 5 Feb 2010 10:04:01 +0000 (11:04 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 20 Jul 2010 08:51:35 +0000 (10:51 +0200)
admin.pl
dispatcher.fpl

index ef97a15..603d166 100755 (executable)
--- a/admin.pl
+++ b/admin.pl
@@ -2,12 +2,6 @@
 
 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.
-  push    @INC, "SL";               # FCGI won't find modules that are not properly named. Help it by inclduging SL
-}
-
 use SL::Dispatcher;
 
 SL::Dispatcher::pre_startup();
index a4083c1..7fae716 100755 (executable)
@@ -2,12 +2,6 @@
 
 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.
-  push    @INC, "SL";               # FCGI won't find modules that are not properly named. Help it by inclduging SL
-}
-
 use FCGI;
 use SL::Dispatcher;