Skip Menu |

This queue is for tickets about the Text-Tiki CPAN distribution.

Report information
The Basics
Id: 44008
Status: new
Priority: 0/
Queue: Text-Tiki

People
Owner: Nobody in particular
Requestors: anders [...] columbia.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.73
Fixed in: (no value)



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.