use JSON as the ForkCall serialiser
authorDirk Koopman <djk@tobit.co.uk>
Fri, 18 Jul 2014 15:29:37 +0000 (16:29 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 18 Jul 2014 15:29:37 +0000 (16:29 +0100)
commit5e50c4fa111795e0cea2325d68bf1d2a9ce14f18
treeff90a05911b06925c502e200d13fa46a38c51c4a
parent9d24fd4aa2eb1bb4e9d86ada66e46f77962a5fa7
use JSON as the ForkCall serialiser

It appears that perl 5.10.1 has "issues" with Storable freeze/thaw
and, as we aren't doing anything clever with Mojo::IOLoop::Forkcall
in DXCommandmode, we will use JSON instead.
perl/DXCommandmode.pm
perl/DXCron.pm
perl/DXDebug.pm
perl/DXLog.pm