in reply to
Re^2: JSON 2.5 2.90
in thread
JSON 2.5 2.90
You are explicitly requesting that JSON uses JSON::XS instead of JSON::PP (by setting env var
PERL_JSON_BACKEND
to
JSON::XS
), but you don't have JSON::XS installed.
Comment on
Re^3: JSON 2.5 2.90
Select
or
Download
Code
In Section
Seekers of Perl Wisdom