Skip to content

[doc] Messed up POD markup in perlfunc.pod #23600

@ymyasoedov

Description

@ymyasoedov

Where
perlfunc.pod.

Description
Commit 9bdeda4 has messed up pod markup in perlfunc.pod.

Just for illustration for what went wrong, let's see on POD for split function.

Before commit:

As a special case for L<C<split>|/split E<sol>PATTERNE<sol>,EXPR,LIMIT>,

After commit:

As a special case for C<split>PATTERNE<sol>,EXPR,LIMIT>,

First E<sol> disappeared, symbol > stayed at the end.
I suppose this is not the only problem with that commit, and it should be checked.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions