Subject: | JSON::MaybeXS should be build_requires, not test_requires |
Hi,
JSON::MaybeXS a required module as of v0.07, but it's only marked as required for testing in the dist.ini file. If tests are skipped, it doesn't get installed, which leads to crashes when the JSON serializer is subsequently used.
It looks like fixing this just involves moving JSON::MaybeXS from [Prereqs / TestRequires] to [Prereqs] in the dist.ini file.
Hope this helps,
Steve Simms