Subject: | L<> tags are not respected |
It looks like URLs are extracted from the pod body without considering if they are contained in sub-elements. e.g. this pod:
From L<http://en.wikipedia.org/wiki/Kensho>: blah blah...
results in the extraction of this URL: "http://en.wikipedia.org/wiki/Kensho:", which happens to 404 -- the actual URL was properly denoted by the link tag, showing where the URL actually ended. If contained in a L<>, surrounding text should *not* be included in the extracted URL.