Re: AW: allowing L<text|href>
[email protected] ("David E. Wheeler")
| Newsgroups | perl.pod-people |
|---|---|
| Message-ID | <[email protected]> |
On Dec 30, 2009, at 9:27 AM, Marek Rouchal wrote: > My 2c: allow L<text|URL> in future POD. Rendering depends on the > Output formatter, there are IMHO two options: > 1. (preferred) render as "clickable" hyperlink to URL, showing <text> (only) > 2. render as <text (URL)> for text outputs. > Can URI be used to safely detect whether URL is an absolute URL? So you want to add an option to Test::Pod? Would you want to do this for all things that change between versions of the spec? Sounds like a maintenance nightmare to me. Best, David