When croak_xs_usage was introduced with 33901, its prototype in perlapi was advertised as void croak_xs_usage(CV *const cv, const char *const params) although its first argument is a const CV *const (surely some consting when through after regen was run). I realized this when running regen myself this morning, hence the attached patch. Vincent.Thread Next