fix default text for pod links to other modules
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 24 Mar 2008 06:44:13 +0000 (06:44 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 24 Mar 2008 06:56:42 +0000 (06:56 +0000)
commit5d65ad9b409494bb4e7c98a27d29079e09b111f5
treecd54c08e2260822cacd687af48cb41911da81b8f
parent359c6d5ee92803be76df630b5040f5087b4e0e3e
fix default text for pod links to other modules

Do not provide an explicit link presentation for stand-alone module
references (no context, so let the renderer do what it thinks best).
In a running text we want the opposite though: make sure modules names
aren't 'linkified' when they shouldn't (e.g. "use the XML::Quote
manpage" when we mean just the module).
PLP/Backend/Apache.pm
PLP/Backend/CGI.pm
PLP/Backend/FastCGI.pm
PLP/Functions.pm