Merge branch 'mojo' of ssh://server/scm/spider into mojo
authorDirk Koopman <djk@tobit.co.uk>
Wed, 15 Feb 2017 22:50:34 +0000 (22:50 +0000)
committerDirk Koopman <djk@tobit.co.uk>
Wed, 15 Feb 2017 22:50:34 +0000 (22:50 +0000)
Conflicts:
Changes
perl/cluster.pl

1  2 
Changes
perl/cluster.pl

diff --cc Changes
index 60e1d87cf7f53a20d5f9fe10e997110dc77ab6da,13fa2e16b734fefd460299963369ab26175db6be..ac17a93fc41780132741c246af680446dbabd276
+++ b/Changes
@@@ -1,6 -1,5 +1,8 @@@
- 2. Fix(?) problems picking up SysVar.pm variables.  
 +15Feb17=======================================================================
 +1. Update UPGRADE.mojo a bit
++2. Add local::lib so that it can be used for non-root installations.
+ 09Jan17=======================================================================
+ 1. Fix mojo branch clean install issues (failing to find $main::data et al)
  02Jan17=======================================================================
  1. Add CTY-2615 prefixes
  2. Add rbn.pl - an experimental rbn deduplicating spot filter. 
diff --cc perl/cluster.pl
index ca73a8249e81017c3705c34689f156294d7afff8,4aa81c62e939b52467dbbe1a4bb24de4b5a69c02..054a22ca718dbde98003e13f4824ff76b738ceca
@@@ -68,6 -68,8 +74,8 @@@ BEGIN 
  use DXVars;
  use SysVar;
  
 -                      
+ use strict;
++
  use Mojo::IOLoop;
  
  use Msg;