backport DXSubprocess to change serialisations
authorDirk Koopman <djk@tobit.co.uk>
Sun, 17 May 2020 10:28:40 +0000 (11:28 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sun, 17 May 2020 10:28:40 +0000 (11:28 +0100)
commit9d190c7619d08c4d2e82b8ec3a9e5c84dac9b26a
treed1c36dd84f5c9cfacbcdc87d4195b147abb622fe
parent3b932bf2afb86d5373c68ada44bb8f5eb642514f
backport DXSubprocess to change serialisations

Currently the internals of Mojo::IOLoop::Subprocess defaults to
using Storaable as its cross-process argument and data serialisaion
method. It can use others. This update reverts back to the
original ForkCall method of using JSON.
Changes
perl/DXCommandmode.pm
perl/DXCron.pm
perl/DXProt.pm
perl/DXSubprocess.pm [new file with mode: 0644]