Revision history for File-Raw-JSON
0.03 2026-05-17
- Fix Strawberry / Win32 build: undef malloc/free/realloc/
calloc before including yyjson.h. Perl's iperlsys.h wraps
these as 1-arg PerlMem_* macros and collided with yyjson's
struct member named `free`.
- Fix Test fixtures
0.02 2026-05-10
- Bump Tie::OrderedHash dependency to 0.02
0.01 2026-05-09
First version, released on an unsuspecting world.