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)
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.


No differences found