Hi

while ie [doc://while] doesn't link to while

Not sure what changed, but I'd like to have a look into the code resolving doc links.

Maybe I can patch it.

Spend an hour with the pmdev docs, but couldn't find it.

update

I noticed that the Function Nodelet links to a doc node

http://www.perlmonks.org/index.pl?node=doc%3A%2F%2Fmy

But http://www.perlmonks.org/index.pl?node=doc%3A%2F%2Fwhile doesn't work either.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

Replies are listed 'Best First'.
Re: Some [doc://...] links are broken
by LanX (Saint) on Jun 03, 2017 at 18:48 UTC
      thanks to help from Arunbear++ I was able to identify the node perl keyword list setting (access restricted to pmdevs ) holding a list of valid builtins for doc links.

      I'll create a patch these days adding some of the missing non-function keywords

      update

      After reading Pmdev HowTo Wiki to avoid more broken patches :)

      Cheers Rolf
      (addicted to the Perl Programming Language and ☆☆☆☆ :)
      Je suis Charlie!