And then rebuild and install perl:
cd /usr/src/gnu/usr.bin/perl
make -f Makefile.bsd-wrapper obj
make -f Makefile.bsd-wrapper
make -f Makefile.bsd-wrapper install
Index: gnu/usr.bin/perl/op.c
===================================================================
RCS file: /cvs/src/gnu/usr.bin/perl/op.c,v
diff -u -p -r1.27 op.c
--- gnu/usr.bin/perl/op.c 8 Jul 2023 14:18:35 -0000 1.27
+++ gnu/usr.bin/perl/op.c 10 Apr 2025 16:04:19 -0000
@@ -7605,6 +7605,7 @@ S_pmtrans(pTHX_ OP *o, OP *expr, OP *rep
* same time. But otherwise one crosses before the other */
if (t_cp < 256 && r_cp_end > 255 && r_cp != t_cp) {
can_force_utf8 = TRUE;
+ max_expansion = MAX(2, max_expansion);
}
}