Skip to content

[doc] perlapi: documentation for croak_xs_usage has an undefined "diag_listed_as" tag in the example #23310

Open
@djerius

Description

@djerius

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Closable?We might be able to close this ticket, but we need to check with the reporterdocumentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions