Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Simple CPAN distribution.

Report information
The Basics
Id: 90207
Status: rejected
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: RWSTAUNER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.28
Fixed in: (no value)



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">&quot;$.&quot;</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.
On 2013-11-10 13:28:13, RWSTAUNER wrote: Show quoted text
> 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).
Not to my knowledge. Feel free to start one on the pod-people list, though. http://lists.perl.org/list/pod-people.html David