Subject: | Text::Textile does not handle relative links correctly. |
Text::Textile 2.03 on Ubuntu 8.04/Hardy, Perl 5.8.8, does not handle
relative links correctly.
For example, the following:
"foo":foo/bar
is converted to:
<a href="http://foo/bar">foo</a>
rather than:
<a href="foo/bar">foo</a>
Semi-relatedly, may I inquire as to why you've built your own regular
expression for URI detection rather than URI.pm?