Changes for version 0.04 - 2026-04-06

  • Fix custom op construction to use OP_NULL then convert to OP_CUSTOM, avoiding newUNOP/newBINOP assertion failures on -DDEBUGGING Perls
  • Fix Perl_xs_boot_epilog for Perl < 5.22 (use XSRETURN_YES fallback)
  • Replace struct stat with Stat_t for Windows MULTIPLICITY builds
  • Add dTHX to helper functions for PERL_NO_GET_CONTEXT compatibility
  • Fix 3-arg open() calls for Windows (PerlLIO_open only takes 2 args)

Modules

Fast IO operations using direct system calls