JSON 2.5 is required for $ENV{PERL_JSON_BACKEND} = 'Cpanel::JSON::XS'
at /Volumes/amaretto/Users/ether/perl5/perlbrew/perls/27.2/lib/5.27.2/CPAN/Meta.pm line 616.
...after daring to think that I could set PERL_JSON_BACKEND to my preferred backend. It looks like Parse::CPAN::Meta has no idea that other json encoders exist. No matter what you set it to, it tries to use 'JSON' instead.
@shadowcat-mst I think you were tinkering with this code at some point recently?
I just got this lovely gem:
...after daring to think that I could set PERL_JSON_BACKEND to my preferred backend. It looks like Parse::CPAN::Meta has no idea that other json encoders exist. No matter what you set it to, it tries to use 'JSON' instead.
@shadowcat-mst I think you were tinkering with this code at some point recently?