Subject: | plus in email address hangs Text::Tiki |
A '+' in the username portion of an email address causes Text::Tiki to
hang indefinitely with 100% CPU usage. Minimal sample:
use Text::Tiki;
my $text = qq{foo+bar\@example.com};
my $tiki = new Text::Tiki;
print $tiki->format($text);
running this on Ubuntu with Text::Tiki 0.73 and perl 5.10.0 causes a hang.