You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.