fix modules search path in update_sysop.pl
[spider.git] / perl / update_sysop.pl
index 666a7d5d4fd160e5d7f284b6ce8408ec16cad2ae..74d6812ab6f6749f4cc9ac6629dfdb769fc83bc7 100755 (executable)
@@ -19,6 +19,7 @@ BEGIN {
        $root = "/spider"; 
        $root = $ENV{'DXSPIDER_ROOT'} if $ENV{'DXSPIDER_ROOT'};
 
+    unshift @INC, "$root/perl"; # this IS the right way round!
        unshift @INC, "$root/local";
 }