Open
Description
Perl v5.40.0
Where
perlapi
Description
The documentation for croak_xs_usage
reads in part
works out the package name and subroutine name from "cv", and then
calls croak(). Hence if "cv" is &ouch::awk, it would call "croak"
as:
diag_listed_as: SKIPME
Perl_croak(aTHX_ "Usage: %" SVf "::%" SVf "(%s)", "ouch" "awk",
"eee_yow");
The diag_listed_as: SKIPME
tag is not defined anywhere that I could find.