Subject: | Please drop the dependency on JSON::XS |
JSON::XS has a lot of issues, sufficient such that Cpanel::JSON::XS was forked to resolve them. As such, it is problematic having a direct dependency on JSON::XS. JSON::Any, JSON and JSON::MaybeXS all exist as reasonable abstraction layers which allow a choice of backends to be used, depending on availability - it would be much better to use one of these instead of JSON::XS directly.