Changes for version 0.04 - 2026-05-17
- Fix FreeBSD 9.2 / old-GCC builds: pass -DYYJSON_HAS_STDINT_H=1 -DYYJSON_HAS_STDBOOL_H=1 in DEFINE so yyjson uses system <stdint.h> instead of re-typedeffing int64_t and colliding with sys/_stdint.h.
- Fix perl 5.10/5.12/5.14/5.16 builds: shim PERL_STATIC_INLINE to plain `static` when undefined.
Modules
Fast JSON / JSONL plugin for File::Raw
True/false sentinel class for File::Raw::JSON