X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;fp=perl%2Fcluster.pl;h=6dc3573ad5cde6312f58ccdaf2f462fdef3b7224;hb=ed993b76a84e36b22efd1fc762d6a466497bcf7e;hp=9e14396b9018ed5a4d1f7e66173e5174113a3636;hpb=abbcfa7500858a2eba4135b0af5db9f3fca8d68e;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index 9e14396b..6dc3573a 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -89,11 +89,12 @@ use SysVar; use strict; -use Mojolicious 7.26; +# order here is important - DXDebug snarfs Carp et al so that Mojo errors go into the debug log +use DXDebug; +use Mojolicious 7.26; use Mojo::IOLoop; -use DXDebug; use Msg; use IntMsg; use Internet; @@ -146,6 +147,8 @@ use DXSql; use IsoTime; use BPQMsg; + + use Data::Dumper; use IO::File; use Fcntl ':flock';