http://www.perlmonks.org?node_id=1213048


in reply to JSON not loading Cpanel::JSON::XS

JSON::MaybeXS was created to address this exact issue. It will try to use Cpanel::JSON::XS, then JSON::XS, then JSON::PP.

Replies are listed 'Best First'.
Re^2: JSON not loading Cpanel::JSON::XS
by 1nickt (Canon) on Apr 17, 2018 at 13:25 UTC

    Thanks Haarg! I was pretty sure one could leave it up to the module; just didn't remember which module!


    The way forward always starts with a minimal test.