perl.pod-people...Re: No link label on CPAN html by Daniel Frederick Crisman- February 16, 2008 No, the links are the same but the display will usually be different.See the line after your quote below which talks about "inferredlink-text". The version with a is explicitly requesting an empty linktext while the version without gets the default link text.A bit farther down in perlpodspec we have : Pod processors must now treat "text"-less links as follows: L<name> => L<namename>So L<Time::HiRes> gets expanded to L<Time::HiResTime::HiRes>..http://www.nntp.perl.org/group/perl.pod-people/2008/02/msg1318.html |