Changes for version 0.02 - 2026-04-26

  • Fix Perl_xs_boot_epilog fallback in funcutil_compat.h for pre-5.22 Perls.
  • Fix Perl_custom_op_register fallback in xop_compat.h for pre-5.14 Perls
  • Fix Perl_newUNOP assertion crash on -DDEBUGGING perls (5.18+): construct the negate-style custom op as OP_NULL first, then set op_type = OP_CUSTOM, mirroring the binop/listop path.
  • Fix build on Solaris/SunOS: drop GNU-only -Wl,--export-dynamic flag from LDDLFLAGS; native ld already exports by default.

Modules

Functional programming utilities with XS/OP acceleration