Subject: | Pod::Simple::XHTML renders symbol-only section links useless |
I understand (and agree with) the rules described in the pod for idify(),
but I wonder if there's been any discussion or consideration of things like perlvar:
Also see L</$.>.
becomes
Also see <a href="#pod">"$."</a>.
So `perlvar` ends up with a lot of sections with id's =~ /\A pod\d* \Z/x
and any internal link to a var just points to "#pod" (which essentially points to the first documented var).
I don't really have a suggestion, but if there's been any public discussion I'd be interested in reading it (if you could point me to it).
Thanks.