How do I link to a POD document form within my POD in such a way that search.cpan.org will make the correct link? I tried doing this:
L<My::Foo> to link to My/Foo.pod in my module, but that doesn't work. OTOH, that syntax seems to work fine in some other modules I see on CPAN. What am I doing wrong? Also, it there an easy way to see how search.cpan.org will treat my POD without actually uploading to CPAN? -John