On Sat Jan 26 11:23:37 2013, DROLSKY wrote:
Show quoted text> A link like "L<strftime(3)>" is treated as a module.
It should be treated as a man page. Do you have a failing example?
Show quoted text> Of course, something like "L<strftime>"
> is completely ambiguous, so you should probably assume it's a module,
I think I try it as a perl module/pod, but then also as a program name
in case it's a perl script not accessible through the @INC paths.
Show quoted text> but if it has parens containing a number, it's a man page.
Yes. I rely on Pod::Simple to give type "man", otherwise it should be
about right if the man program is close enough to what I've setup to
expect.